mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-25 04:37:01 +00:00
windows: Add NSIS Windows installer (#1645)
License, user-install only and cleanups, mention in README
This commit is contained in:
parent
9267e72ef9
commit
5a3809be16
4 changed files with 207 additions and 15 deletions
10
.github/workflows/deploy_release.yml
vendored
10
.github/workflows/deploy_release.yml
vendored
|
|
@ -93,6 +93,11 @@ jobs:
|
|||
name: cemu-bin-windows-x64
|
||||
path: cemu-bin-windows-x64
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: cemu-installer-windows-x64
|
||||
path: cemu-installer-windows-x64
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: cemu-bin-macos*
|
||||
|
|
@ -102,7 +107,7 @@ jobs:
|
|||
run: |
|
||||
mkdir upload
|
||||
sudo apt install zip
|
||||
|
||||
|
||||
- name: Set version dependent vars
|
||||
run: |
|
||||
echo "Version: ${{ needs.calculate-version.outputs.next_version }}"
|
||||
|
|
@ -120,6 +125,9 @@ jobs:
|
|||
zip -9 -r upload/cemu-${{ env.CEMU_VERSION }}-windows-x64.zip ${{ env.CEMU_FOLDER_NAME }}
|
||||
rm -r ./${{ env.CEMU_FOLDER_NAME }}
|
||||
|
||||
- name: Create release from windows-installer
|
||||
run: cp cemu-installer-windows-x64/cemu-${{ env.CEMU_VERSION }}-windows-x64-installer.exe upload/cemu-${{ env.CEMU_VERSION }}-windows-x64-installer.exe
|
||||
|
||||
- name: Create appimage
|
||||
run: |
|
||||
VERSION=${{ env.CEMU_VERSION }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue