Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enricllagostera committed Jul 12, 2017
1 parent 295721a commit b5ac129
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added app/img/favicon.ico
Binary file not shown.
Binary file removed app/img/sal.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"start": "electron .",
"test": "mocha",
"package-win": "electron-packager . --overwrite --asar=false --platform=win32 --arch=ia32 --prune=true"
"package-win": "electron-packager . --overwrite --asar=true --platform=win32 --arch=ia32 --prune=true --icon=app/img/favicon.ico"
},
"author": "Enric Llagostera",
"license": "MIT",
Expand Down

0 comments on commit b5ac129

Please sign in to comment.