Skip to content

Commit

Permalink
fix(squirrel.windows): Squirrel Windows mp3 and node
Browse files Browse the repository at this point in the history
Not clear is it required, but... anyway

Close #1803
  • Loading branch information
develar committed Jul 12, 2017
1 parent 88e36db commit 7c8911e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ async function pack(options: SquirrelOptions, directory: string, updateFile: str
<Default Extension="diff" ContentType="application/octet" />
<Default Extension="bsdiff" ContentType="application/octet" />
<Default Extension="shasum" ContentType="text/plain" />
<Default Extension="mp3" ContentType="audio/mpeg" />
<Default Extension="node" ContentType="application/octet" />
</Types>`.replace(/\n/, "\r\n"), {name: "[Content_Types].xml"})

archive.append(`<?xml version="1.0" encoding="utf-8"?>
Expand Down

0 comments on commit 7c8911e

Please sign in to comment.