Skip to content

Commit

Permalink
add linux to build platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
briandennis committed Jun 6, 2018
1 parent a8184d4 commit 203eac1
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 @@ -8,7 +8,7 @@
"test": "jest",
"build": "webpack --mode=development",
"build:prod": "webpack --mode=production -p",
"package": "electron-packager . --platform=darwin,win32 --arch=x64 --out=packaged --icon=img/out.icns --overwrite",
"package": "electron-packager . --platform=darwin,win32,linux --arch=x64 --out=packaged --icon=img/out.icns --overwrite",
"zip": "cd packaged/Alchemy-darwin-x64/ && zip -r -y ../Alchemy-mac.zip * && cd ../Alchemy-win32-x64 && zip -r -y ../Alchemy-win32.zip * && cd ..",
"release": "./bin/release.sh $1",
"fetch-photosorcery": "./bin/fetchPhotosorcery"
Expand Down

0 comments on commit 203eac1

Please sign in to comment.