Skip to content

Commit

Permalink
Rename binary to 'ProjectMagnet' to avoid collisions with existing OS…
Browse files Browse the repository at this point in the history
…X app (fixes #10)
  • Loading branch information
wilsonpage committed Sep 8, 2016
1 parent 1457a8e commit 3279c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "main.js",
"scripts": {
"postinstall": "electron-rebuild",
"build": "electron-packager . Magnet --out ./built --platform=darwin --arch=x64 --version=1.3.0 --icon=Icon.icns --prune",
"build": "electron-packager . ProjectMagnet --out ./built --platform=darwin --arch=x64 --version=1.3.0 --icon=Icon.icns --prune",
"start": "electron ."
}
}

0 comments on commit 3279c46

Please sign in to comment.