Migrate installer to Apollo

This commit is contained in:
Yukino Song
2024-08-23 00:55:56 +08:00
parent 88a3cfd7a5
commit 8bbd64f025
15 changed files with 79 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
rem Get sunshine root directory
for %%I in ("%~dp0\..") do set "ROOT_DIR=%%~fI"
set RULE_NAME=Sunshine
set RULE_NAME=Apollo
set PROGRAM_BIN="%ROOT_DIR%\sunshine.exe"
rem Add the rule

View File

@@ -1,6 +1,6 @@
@echo off
set RULE_NAME=Sunshine
set RULE_NAME=Apollo
rem Delete the rule
netsh advfirewall firewall delete rule name=%RULE_NAME%