From e113ac6918538e735f0221e1e44890a8326b320f Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 20 Feb 2023 17:39:49 -0500 Subject: [PATCH] ci: rename windows artifacts (#953) --- .github/workflows/CI.yml | 4 ++-- CMakeLists.txt | 2 +- docs/source/about/installation.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c5033506..4350b536 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -813,8 +813,8 @@ jobs: cpack -G ZIP # move - mv ./cpack_artifacts/Sunshine.exe ../artifacts/sunshine-windows.exe - mv ./cpack_artifacts/Sunshine.zip ../artifacts/sunshine-windows.zip + mv ./cpack_artifacts/Sunshine.exe ../artifacts/sunshine-windows-installer.exe + mv ./cpack_artifacts/Sunshine.zip ../artifacts/sunshine-windows-portable.zip - name: Upload Artifacts uses: actions/upload-artifact@v3 diff --git a/CMakeLists.txt b/CMakeLists.txt index bb027c6d..3c9c0341 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.18) # `CMAKE_CUDA_ARCHITECTURES` requires 3.18 -project(Sunshine VERSION 0.18.3 +project(Sunshine VERSION 0.18.4 DESCRIPTION "Sunshine is a self-hosted game stream host for Moonlight." HOMEPAGE_URL "https://app.lizardbyte.dev") diff --git a/docs/source/about/installation.rst b/docs/source/about/installation.rst index 1ad9c9f9..36fdc821 100644 --- a/docs/source/about/installation.rst +++ b/docs/source/about/installation.rst @@ -238,7 +238,7 @@ Windows Installer ^^^^^^^^^ -#. Download and install ``sunshine-windows.exe`` +#. Download and install ``sunshine-windows-installer.exe`` .. Attention:: You should carefully select or unselect the options you want to install. Do not blindly install or enable features. @@ -248,7 +248,7 @@ menu. Different versions of Windows may provide slightly different steps for uni Standalone ^^^^^^^^^^ -#. Download and extract ``sunshine-windows.zip`` +#. Download and extract ``sunshine-windows-portable.zip`` To uninstall, delete the extracted directory which contains the ``sunshine.exe`` file.