Skip to content

Commit

Permalink
unpacks icons for use in SnoreToast
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Jul 23, 2020
1 parent 3ddbaac commit 95f855d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ json = JSON.parse(fs.readFileSync('./package.json'))
deploy_options = {
dir: path.join __dirname, 'app'
asar:
unpackDir: "node_modules/node-notifier/vendor/**"
unpackDir: "{node_modules/node-notifier/vendor/**,icons}"
icon: path.join __dirname, 'src', 'icons', 'icon'
out: outdeploy
overwrite: true
Expand Down

0 comments on commit 95f855d

Please sign in to comment.