Skip to content

Commit 5de58c6

Browse files
committed
fix: revert custom appId in electron-builder.yml
1 parent 67aefb6 commit 5de58c6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

electron-builder.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
appId: com.kattjakt.pa2ui
1+
appId: com.electron.app
22
productName: pa2ui
33
directories:
44
buildResources: build
@@ -19,7 +19,6 @@ nsis:
1919
uninstallDisplayName: ${productName}
2020
createDesktopShortcut: always
2121
mac:
22-
identity: null
2322
entitlementsInherit: build/entitlements.mac.plist
2423
extendInfo:
2524
- NSCameraUsageDescription: Application requests access to the device's camera.
@@ -38,4 +37,6 @@ linux:
3837
appImage:
3938
artifactName: ${name}-${version}.${ext}
4039
npmRebuild: false
41-
40+
publish:
41+
provider: generic
42+
url: https://example.com/auto-updates

0 commit comments

Comments
 (0)