Skip to content

Commit

Permalink
Add --app-version option to electron-packager
Browse files Browse the repository at this point in the history
  • Loading branch information
uiur committed Aug 28, 2015
1 parent 5ba2acb commit c1b261a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "playing",
"version": "1.0.0",
"version": "0.0.1",
"description": "Send what you're playing in itunes to Hipchat",
"main": "main.js",
"scripts": {
"test": "standard",
"start": "node index.js",
"build": "electron-packager ./ playing --out build/ --platform=darwin --arch=x64 --version=0.30.6 --overwrite --prune"
"build": "electron-packager ./ playing --out build/ --platform=darwin --arch=x64 --version=0.30.6 --overwrite --prune --app-version \"$(node -e \"console.log(require('./package.json').version)\")\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c1b261a

Please sign in to comment.