Fix local builds (#375)
This commit is contained in:
parent
6b331cb22f
commit
207c4435bb
3 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "cider",
|
||||
"applicationId": "Cider",
|
||||
"productName": "Cider",
|
||||
"version": "1.1",
|
||||
"version": "1.1.0",
|
||||
"description": "A new look into listening and enjoying music in style and performance.",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./build/index.js",
|
||||
|
@ -26,7 +26,7 @@
|
|||
"dist:all": "yarn build && electron-builder -mwl",
|
||||
"msft": "yarn build && electron-builder -c msft-package.json",
|
||||
"postinstall": "electron-builder install-app-deps",
|
||||
"circle:append-sha": "node resources/appendCommitToVersion"
|
||||
"circle:append-bid": "node resources/appendBIDToVersion"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/electron": "^2.5.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue