feat: Bundled NW.js with appimages
feat: Implemented self update feat: Added rclone saves for emulators fix: Fixed auto focus in builds feat: Added helper cards on empty library
This commit is contained in:
parent
587956c792
commit
813785f4f3
59 changed files with 1210 additions and 480 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
with:
|
||||
type: "zip"
|
||||
directory: ${{ github.workspace }}
|
||||
filename: "Gameflow-Windows.zip"
|
||||
filename: "Gameflow-win32-x64.zip"
|
||||
path: "canary-build-Windows"
|
||||
|
||||
- name: Publish Release
|
||||
|
|
@ -96,4 +96,4 @@ jobs:
|
|||
omitBodyDuringUpdate: true
|
||||
replacesArtifacts: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
artifacts: "${{ github.workspace }}/canary-build-*/*.AppImage,${{ github.workspace }}/Gameflow-Windows.zip"
|
||||
artifacts: "${{ github.workspace }}/canary-build-*/*.AppImage,${{ github.workspace }}/Gameflow-*.zip"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue