Skip to content

Commit 2f0bcef

Browse files
committed
fix: pr comments and test settings
1 parent 7127d5e commit 2f0bcef

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

electron-builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
appId: gg.hyperplay.HyperPlay
2+
name: HyperPlay
23
productName: HyperPlay
34
files:
45
- build/**/*
@@ -32,7 +33,6 @@ protocols:
3233
win:
3334
artifactName: ${productName}-${version}-Setup-${arch}.${ext}
3435
icon: build/win_icon.ico
35-
verifyUpdateCodeSignature: false
3636
asarUnpack:
3737
- build/bin/win32/legendary.exe
3838
- build/bin/win32/gogdl.exe

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperplay",
3-
"version": "0.22.9",
3+
"version": "0.23.2",
44
"private": true,
55
"main": "build/main/main.js",
66
"homepage": "./",

src/backend/updater/updater.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ autoUpdater.on('download-progress', (progress) => {
8585
})
8686

8787
autoUpdater.on('update-downloaded', async () => {
88-
logInfo('App update is downloaded')
88+
logInfo('The App update was downloaded', LogPrefix.AutoUpdater)
8989
hasUpdated = true
90+
isAppUpdating = false
9091

9192
trackEvent({
9293
event: 'Client Update Downloaded',

0 commit comments

Comments
 (0)