Skip to content

Commit b04718c

Browse files
committed
fix icon arg
1 parent 8325b07 commit b04718c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"test": "standard",
99
"start": "electron ./",
10-
"build": "electron-packager . Monu --platform=darwin --arch=x64 --version=0.36.4",
10+
"build": "electron-packager . Monu --platform=darwin --arch=x64 --version=0.36.4 --icon=images/Monu.icns",
1111
"publish": "publish-release --template notes.md --assets Monu.zip"
1212
},
1313
"repository": {

0 commit comments

Comments
 (0)