Skip to content

Commit

Permalink
build(gui): publish as zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
bambanah committed Oct 31, 2024
1 parent 14841bc commit 6ea7bd1
Show file tree
Hide file tree
Showing 5 changed files with 1,520 additions and 1,132 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-ducks-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"deemix-gui": patch
---

Publish as ZIP
4 changes: 1 addition & 3 deletions .github/workflows/build-release-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
gui/out/**/Deemix-*-arm64.dmg
gui/out/**/Deemix.exe
gui/out/**/Deemix*Setup.exe
gui/out/**/deemix-gui*.deb
gui/out/**/deemix-gui*.rpm
gui/out/make/zip/**/*.zip
18 changes: 2 additions & 16 deletions gui/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,8 @@ export default {
config: {},
},
{
name: "@electron-forge/maker-dmg",
config: {
bin: "Deemix",
},
},
{
name: "@electron-forge/maker-deb",
config: {
bin: "Deemix",
},
},
{
name: "@electron-forge/maker-rpm",
config: {
bin: "Deemix",
},
name: "@electron-forge/maker-zip",
config: {},
},
],
plugins: [
Expand Down
24 changes: 12 additions & 12 deletions gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@electron-forge/cli": "^7.3.1",
"@electron-forge/maker-deb": "^7.3.1",
"@electron-forge/maker-dmg": "^7.4.0",
"@electron-forge/maker-rpm": "^7.3.1",
"@electron-forge/maker-squirrel": "^7.3.1",
"@electron-forge/maker-zip": "^7.3.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron/rebuild": "^3.6.0",
"@types/yargs": "^17.0.32",
"electron": "32.0.2",
"esbuild": "^0.23.1",
"@electron-forge/cli": "^7.5.0",
"@electron-forge/maker-deb": "^7.5.0",
"@electron-forge/maker-dmg": "^7.5.0",
"@electron-forge/maker-rpm": "^7.5.0",
"@electron-forge/maker-squirrel": "^7.5.0",
"@electron-forge/maker-zip": "^7.5.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.5.0",
"@electron/rebuild": "^3.7.0",
"@types/yargs": "^17.0.33",
"electron": "33.0.2",
"esbuild": "^0.24.0",
"node-gyp": "^10.2.0",
"tsup": "^8.2.4"
"tsup": "^8.3.5"
},
"dependencies": {
"deemix-webui": "workspace:*",
Expand Down
Loading

0 comments on commit 6ea7bd1

Please sign in to comment.