Skip to content

Commit

Permalink
fix: revert custom appId in electron-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kattjakt committed Oct 5, 2024
1 parent 67aefb6 commit 5de58c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
appId: com.kattjakt.pa2ui
appId: com.electron.app
productName: pa2ui
directories:
buildResources: build
Expand All @@ -19,7 +19,6 @@ nsis:
uninstallDisplayName: ${productName}
createDesktopShortcut: always
mac:
identity: null
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
- NSCameraUsageDescription: Application requests access to the device's camera.
Expand All @@ -38,4 +37,6 @@ linux:
appImage:
artifactName: ${name}-${version}.${ext}
npmRebuild: false

publish:
provider: generic
url: https://example.com/auto-updates

0 comments on commit 5de58c6

Please sign in to comment.