Skip to content

Commit

Permalink
Switch to a framework-dependent deployment.
Browse files Browse the repository at this point in the history
DayGame is a release-and-forget project; the self-contained deployment model requires regular patching which cannot be done.
With framework-dependent deployments, the .NET runtime will get patched with Windows Update.
  • Loading branch information
teo-tsirpanis committed May 15, 2022
1 parent a18d66a commit 317895a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

REM This script requires version 6.0.0 of Inno Setup to be added to PATH.
rmdir published /S /Q
dotnet publish Source\DayGame.csproj -c Release -o published /p:PublishTrimmed=true -r win-x86
dotnet publish Source\DayGame.csproj -c Release -o published --no-self-contained
iscc DayGame.iss

0 comments on commit 317895a

Please sign in to comment.