diff --git a/appveyor.yml b/appveyor.yml index 73f4654d66..285ccea37d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,11 +14,11 @@ build_script: - ps: >- dotnet --version - dotnet publish -c $env:config -r win-x64 + dotnet publish -c $env:config -r win-x64 /p:PublishSingleFile=true,PublishTrimmed=true,PublishReadyToRun=true - dotnet publish -c $env:config -r linux-x64 + dotnet publish -c $env:config -r linux-x64 /p:PublishSingleFile=true,PublishTrimmed=true,PublishReadyToRun=true - dotnet publish -c $env:config -r osx-x64 + dotnet publish -c $env:config -r osx-x64 /p:PublishSingleFile=true,PublishTrimmed=true,PublishReadyToRun=true 7z a ryujinx$env:config_name$env:APPVEYOR_BUILD_VERSION-win_x64.zip $env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:config\netcoreapp3.0\win-x64\publish\