Skip to content

Commit

Permalink
fix: remove snap from electron-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kattjakt committed Oct 5, 2024
1 parent 6859b42 commit 3d52b5d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
appId: com.electron.app
appId: com.kattjakt.pa2ui
productName: pa2ui
directories:
buildResources: build
Expand Down Expand Up @@ -31,13 +31,10 @@ dmg:
linux:
target:
- AppImage
- snap
- deb
maintainer: electronjs.org
category: Utility
appImage:
artifactName: ${name}-${version}.${ext}
npmRebuild: false
publish:
provider: generic
url: https://example.com/auto-updates

0 comments on commit 3d52b5d

Please sign in to comment.