Skip to content

Commit

Permalink
fix: app id for nsis and linux
Browse files Browse the repository at this point in the history
this will fix notifications for updates showing electron name
  • Loading branch information
daretodave authored Apr 29, 2024
1 parent fa65e4c commit 6a9a8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
appId: com.electron.app
appId: mterm.io
productName: mterm
directories:
buildResources: build
Expand Down Expand Up @@ -40,7 +40,7 @@ linux:
- AppImage
- snap
- deb
maintainer: electronjs.org
maintainer: mterm.io
category: Utility
appImage:
artifactName: ${name}-${version}.${ext}
Expand Down

0 comments on commit 6a9a8f1

Please sign in to comment.