chore(packaging): Drop Windows NSIS builds and rename ZIP to lite (#5405)
This commit is contained in:
11
.github/workflows/ci-windows.yml
vendored
11
.github/workflows/ci-windows.yml
vendored
@@ -318,14 +318,12 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
|
|
||||||
# package
|
# package
|
||||||
cpack -G NSIS
|
|
||||||
cpack -G WIX
|
cpack -G WIX
|
||||||
cpack -G ZIP
|
cpack -G ZIP
|
||||||
|
|
||||||
# move
|
# move
|
||||||
mv ./cpack_artifacts/Sunshine.exe ../artifacts/Sunshine-${{ matrix.name }}-installer.exe
|
|
||||||
mv ./cpack_artifacts/Sunshine.msi ../artifacts/Sunshine-${{ matrix.name }}-installer.msi
|
mv ./cpack_artifacts/Sunshine.msi ../artifacts/Sunshine-${{ matrix.name }}-installer.msi
|
||||||
mv ./cpack_artifacts/Sunshine.zip ../artifacts/Sunshine-${{ matrix.name }}-portable.zip
|
mv ./cpack_artifacts/Sunshine.zip ../artifacts/Sunshine-${{ matrix.name }}-lite.zip
|
||||||
|
|
||||||
- name: Sign Windows installers
|
- name: Sign Windows installers
|
||||||
# ARM64 is not currently supported, see https://github.com/Azure/artifact-signing-action/issues/92
|
# ARM64 is not currently supported, see https://github.com/Azure/artifact-signing-action/issues/92
|
||||||
@@ -338,15 +336,10 @@ jobs:
|
|||||||
certificate-profile-name: ${{ inputs.azure_signing_cert_profile }}
|
certificate-profile-name: ${{ inputs.azure_signing_cert_profile }}
|
||||||
endpoint: ${{ inputs.azure_signing_endpoint }}
|
endpoint: ${{ inputs.azure_signing_endpoint }}
|
||||||
files-folder: artifacts
|
files-folder: artifacts
|
||||||
files-folder-filter: exe,msi
|
files-folder-filter: msi
|
||||||
files-folder-recurse: false
|
files-folder-recurse: false
|
||||||
signing-account-name: ${{ inputs.azure_signing_account }}
|
signing-account-name: ${{ inputs.azure_signing_account }}
|
||||||
|
|
||||||
- name: Debug nsis
|
|
||||||
if: always()
|
|
||||||
shell: msys2 {0}
|
|
||||||
run: cat ./build/cpack_artifacts/_CPack_Packages/win64/NSIS/NSISOutput.log || true
|
|
||||||
|
|
||||||
- name: Debug wix
|
- name: Debug wix
|
||||||
if: always()
|
if: always()
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
|
|||||||
@@ -363,16 +363,11 @@ brew uninstall sunshine
|
|||||||
| Architecture | Installer |
|
| Architecture | Installer |
|
||||||
|-----------------------|----------------------------------------------------------------------------------------------------------------------------------------------|
|
|-----------------------|----------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| AMD64/x64 (Intel/AMD) | [Sunshine-Windows-AMD64-installer.msi](https://github.com/LizardByte/Sunshine/releases/latest/download/Sunshine-Windows-AMD64-installer.msi) |
|
| AMD64/x64 (Intel/AMD) | [Sunshine-Windows-AMD64-installer.msi](https://github.com/LizardByte/Sunshine/releases/latest/download/Sunshine-Windows-AMD64-installer.msi) |
|
||||||
| AMD64/x64 (Intel/AMD) | [Sunshine-Windows-AMD64-installer.exe](https://github.com/LizardByte/Sunshine/releases/latest/download/Sunshine-Windows-AMD64-installer.exe) |
|
|
||||||
| ARM64 | [Sunshine-Windows-ARM64-installer.msi](https://github.com/LizardByte/Sunshine/releases/latest/download/Sunshine-Windows-ARM64-installer.msi) |
|
| ARM64 | [Sunshine-Windows-ARM64-installer.msi](https://github.com/LizardByte/Sunshine/releases/latest/download/Sunshine-Windows-ARM64-installer.msi) |
|
||||||
| ARM64 | [Sunshine-Windows-ARM64-installer.exe](https://github.com/LizardByte/Sunshine/releases/latest/download/Sunshine-Windows-ARM64-installer.exe) |
|
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> Installer logs can be found in the following locations.<br>
|
> Installer logs can be found in the following directory:
|
||||||
> | File | log paths |
|
> `%%TEMP%/Sunshine/logs/install/`
|
||||||
> | ---- | --------- |
|
|
||||||
> | .exe | `%%PROGRAMFILES%/Sunshine/install.log` (AMD64 only)<br>`%%TEMP%/Sunshine/logs/install/` |
|
|
||||||
> | .msi | `%%TEMP%/Sunshine/logs/install/` |
|
|
||||||
|
|
||||||
> [!CAUTION]
|
> [!CAUTION]
|
||||||
> You should carefully select or unselect the options you want to install. Do not blindly install or
|
> You should carefully select or unselect the options you want to install. Do not blindly install or
|
||||||
@@ -389,10 +384,10 @@ overflow menu. Different versions of Windows may provide slightly different step
|
|||||||
|
|
||||||
1. Download and extract based on your architecture:
|
1. Download and extract based on your architecture:
|
||||||
|
|
||||||
| Architecture | Installer |
|
| Architecture | Installer |
|
||||||
|-----------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
|
|-----------------------|------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| AMD64/x64 (Intel/AMD) | [Sunshine-Windows-AMD64-portable.zip](https://github.com/LizardByte/Sunshine/releases/latest/download/Sunshine-Windows-AMD64-portable.zip) |
|
| AMD64/x64 (Intel/AMD) | [Sunshine-Windows-AMD64-lite.zip](https://github.com/LizardByte/Sunshine/releases/latest/download/Sunshine-Windows-AMD64-lite.zip) |
|
||||||
| ARM64 | [Sunshine-Windows-ARM64-portable.zip](https://github.com/LizardByte/Sunshine/releases/latest/download/Sunshine-Windows-ARM64-portable.zip) |
|
| ARM64 | [Sunshine-Windows-ARM64-lite.zip](https://github.com/LizardByte/Sunshine/releases/latest/download/Sunshine-Windows-ARM64lite.zip) |
|
||||||
|
|
||||||
2. Open command prompt as administrator
|
2. Open command prompt as administrator
|
||||||
3. Firewall rules
|
3. Firewall rules
|
||||||
|
|||||||
Reference in New Issue
Block a user