Replace mentions of commit SHA with BID

This commit is contained in:
GamingLiamStudios 2022-02-08 13:51:27 +11:00
parent c1fb6ed49b
commit 17743c577e
No known key found for this signature in database
GPG key ID: 3650DE4EAFF62ADD
2 changed files with 3 additions and 3 deletions

View file

@ -43,8 +43,8 @@ jobs:
- store_test_results:
path: test-results
- run:
name: Append Commit SHA to Version
command: yarn circle:append-sha
name: Append Commit BuildID to Version
command: yarn circle:append-bid
- run:
name: Generate Builds (Linux)
command: yarn dist -l -p never

View file

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