Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed May 30, 2024
1 parent 3940972 commit 977896a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Ignore local build artifacts
node_modules
dist
dist-electron
release

# Ignore temp files for GH Actions
CHANGELOG.md
release_notes.md
6 changes: 3 additions & 3 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"files": [ "dist", "dist-electron" ],
"mac": {
"category": "public.app-category.developer-tools",
"icon": "build/icon-512x512.png",
"icon": "icon-512x512.png",
"target": [ "dmg" ],
"artifactName": "${productName}-Mac-${version}-Installer.${ext}"
},
"win": {
"icon": "build/icon-512x512.png",
"icon": "icon-512x512.png",
"target": [
{
"target": "nsis",
Expand All @@ -32,7 +32,7 @@
"deleteAppDataOnUninstall": false
},
"linux": {
"icon": "build/icon-512x512.png",
"icon": "icon-512x512.png",
"category": "Utility",
"maintainer": "https://github.com/AtomicSponge/script-tray/issues",
"target": [ "AppImage", "deb", "rpm", "pacman" ],
Expand Down

0 comments on commit 977896a

Please sign in to comment.