Fix local builds (#375)

This commit is contained in:
GamingLiamStudios 2022-02-08 14:14:05 +11:00 committed by GitHub
parent 6b331cb22f
commit 207c4435bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View file

@ -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",