Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
DaBluLite committed Aug 19, 2024
1 parent 7a6656b commit 5cc08cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions build.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"publish": ["github"]
},
"linux": {
"vendor": {
"name": "Project Colorway"
},
"icon": "build/icon.icns",
"category": "Utility",
"synopsis": "The official manager for Project Colorway-compatible apps.",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"name": "DaBluLite",
"email": "[email protected]"
},
"homepage": "https://github.com/DaBluLite/colorish",
"homepage": "https://github.com/ProjectColorway/colorish",
"repository": {
"url": "https://github.com/DaBluLite/colorish"
"url": "https://github.com/ProjectColorway/colorish"
},
"scripts": {
"dev": "cross-env NODE_ENV=dev npm run dev:all",
Expand All @@ -21,7 +21,8 @@
"dev:electron": "electron src/electron.cjs",
"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"
"build:electron": "electron-builder -wl --config build.config.json",
"publish": "electron-builder -wl --config build.config.json -p onTagOrDraft"
},
"engines": {
"npm": ">=7",
Expand Down

0 comments on commit 5cc08cb

Please sign in to comment.