Fix local builds(again) (#376)

* Replace mentions of commit SHA with BID

* Fix local builds

* shit
This commit is contained in:
GamingLiamStudios 2022-02-08 14:25:26 +11:00 committed by GitHub
parent 78005636ad
commit 82020e16d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,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-bid": "node resources/appendBIDToVersion"
"circle:append-bid": "node resources/appendCommitToVersion"
},
"dependencies": {
"@sentry/electron": "^2.5.4",