Skip to content

Commit

Permalink
changing config before release
Browse files Browse the repository at this point in the history
  • Loading branch information
DaBluLite committed Aug 19, 2024
1 parent 5cc08cb commit 04ff6e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"publish": ["github"]
},
"linux": {
"vendor": {
"name": "Project Colorway"
},
"vendor": "Project Colorway",
"icon": "build/icon.icns",
"category": "Utility",
"synopsis": "The official manager for Project Colorway-compatible apps.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build": "cross-env NODE_ENV=production npm run build:svelte && npm run build:electron",
"build:svelte": "vite build",
"build:electron": "electron-builder -wl --config build.config.json",
"publish": "electron-builder -wl --config build.config.json -p onTagOrDraft"
"build:p": "electron-builder -wl --config build.config.json -p onTagOrDraft"
},
"engines": {
"npm": ">=7",
Expand Down

0 comments on commit 04ff6e3

Please sign in to comment.