Skip to content

Commit

Permalink
update version number rename packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiggers committed Apr 25, 2019
1 parent 12f497b commit 387b539
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Pandora",
"version": "0.1.3",
"version": "v0.1.4",
"description": "Multi-platform desktop version of Pandora Music",
"main": "main.js",
"scripts": {
Expand All @@ -12,10 +12,10 @@
"pack": "build --dir",
"dist": "rm -rf dist/ && electron-builder -mlw && npm run zip:all",
"zip:all": "mkdir dist/bin && npm run zip:win && npm run zip:mac && npm run zip:linux && npm run zip:appimg",
"zip:win": "cd dist/ && zip -r -X \"bin/Pandora-win-x64.zip\" . -x \"win-unpacked/*\" -i \"*.exe\"",
"zip:mac": "cd dist/ && zip -r -X \"bin/Pandora-mac-x64.zip\" . -i \"*.dmg\"",
"zip:linux": "cd dist/ && zip -r -X \"bin/Pandora-linux-x64.zip\" . -i \"*.deb\"",
"zip:appimg": "cd dist/ && zip -r -X \"bin/Pandora-app-img-x64.zip\" . -i \"*.AppImage\"",
"zip:win": "cd dist/ && zip -r -X \"bin/Pandora-win32.zip\" . -x \"win-unpacked/*\" -i \"*.exe\"",
"zip:mac": "cd dist/ && zip -r -X \"bin/Pandora-darwin.zip\" . -i \"*.dmg\"",
"zip:linux": "cd dist/ && zip -r -X \"bin/Pandora-linux.zip\" . -i \"*.deb\"",
"zip:appimg": "cd dist/ && zip -r -X \"bin/Pandora-app-img.zip\" . -i \"*.AppImage\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"build": {
Expand Down

0 comments on commit 387b539

Please sign in to comment.