Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
4 changes: 2 additions & 2 deletions docs/source/about/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down