Skip to content

Commit

Permalink
revert to png, build all in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettCleary committed Jul 14, 2023
1 parent 08a1d20 commit 0b629d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install modules.
run: yarn
- name: Build artifacts.
run: yarn dist:linux tar.xz --publish=never
run: yarn dist:linux:ci
- name: Upload Tar.xz.
uses: actions/upload-artifact@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
]
},
"linux": {
"icon": "build/app_icon.png",
"category": "Game",
"icon": "build/app_icon.icns",
"description": "An Open Source Launcher for Web3, GOG and Epic Games",
"desktop": {
"Name": "HyperPlay",
Expand Down Expand Up @@ -234,6 +234,7 @@
"release:mac": "export NODE_ENV_ELECTRON_VITE=production && vite build && electron-builder -p always --mac --x64 --arm64",
"release:win": "cross-env NODE_ENV_ELECTRON_VITE=production vite build && electron-builder -p always --win nsis",
"dist:linux": "export NODE_ENV_ELECTRON_VITE=production && vite build && electron-builder --linux",
"dist:linux:ci": "export NODE_ENV_ELECTRON_VITE=production && vite build && electron-builder --linux deb rpm pacman tar.xz --publish=never",
"dist:mac": "export NODE_ENV_ELECTRON_VITE=production && export CSC_IDENTITY_AUTO_DISCOVERY=false && vite build && electron-builder --mac",
"dist:win": "cross-env NODE_ENV_ELECTRON_VITE=production vite build && electron-builder --win",
"build-signed:win": "vite build && electron-builder --win -c.win.certificateSubjectName=\"HyperPlay Labs Inc.\"",
Expand Down

0 comments on commit 0b629d4

Please sign in to comment.