Rename projects to FileShare

This commit is contained in:
2026-05-22 14:29:22 +08:00
parent 8270cf198b
commit 9f8da2c063
154 changed files with 394 additions and 398 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ setlocal
cd /d "%~dp0.."
set "APP_VERSION=1.0.0"
set "APP_NAME=Avalonia-PC"
set "APP_NAME=FileShare-PC"
set "APP_PUBLISHER=QiCheng"
echo Packaging %APP_NAME% %APP_VERSION% for Windows PC...
@@ -22,7 +22,7 @@ if "%EXIT_CODE%"=="0" (
echo Publish completed, but installer was not created because Inno Setup 6 is not installed.
echo This BAT can download Inno Setup into package-scripts\tools. Run it again and allow network access.
echo.
echo Publish output: %CD%\package-output\publish\Avalonia-PC
echo Publish output: %CD%\package-output\publish\FileShare-PC
) else (
echo Packaging failed. Exit code: %EXIT_CODE%
)