Update build version to fit with package.json electron version (#128)

* Update build version to fit with package.json electron version

* Update electron-builder.yml

* Use wvcus.2 for additional fixes

* Also use wvcus.2 for package.json
This commit is contained in:
Marie 2022-04-21 17:46:05 +02:00 committed by GitHub
parent 909c8ee8ba
commit 82ac5edf22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
appId: com.rickvanlieshout.tidal-hifi
electronVersion: 8.5.2
electronVersion: 16.0.4
electronDownload:
version: 8.5.2-wvvmp
version: 16.0.4+wvcus.2
mirror: https://github.com/castlabs/electron-releases/releases/download/v
snap:
plugs:

View File

@ -32,7 +32,7 @@
},
"devDependencies": {
"@mastermindzh/prettier-config": "^1.0.0",
"electron": "git+https://github.com/castlabs/electron-releases.git#v16.0.4+wvcus",
"electron": "git+https://github.com/castlabs/electron-releases.git#v16.0.4+wvcus.2",
"electron-builder": "^22.14.5",
"electron-reload": "^1.5.0",
"prettier": "^2.5.0"