SelfContained false

This commit is contained in:
Kei-Luna
2026-04-28 15:00:20 +09:00
parent 1cac82d10d
commit 1b4f3531d1

View File

@@ -49,7 +49,7 @@
Projects="..\MikuSB.Updater\MikuSB.Updater.csproj" Projects="..\MikuSB.Updater\MikuSB.Updater.csproj"
Targets="Restore;Publish" Targets="Restore;Publish"
RemoveProperties="PublishProfile" RemoveProperties="PublishProfile"
Properties="Configuration=$(Configuration);RuntimeIdentifier=$(RuntimeIdentifier);SelfContained=true;PublishSingleFile=true;PublishDir=$(_UpdaterPublishDir)" /> Properties="Configuration=$(Configuration);RuntimeIdentifier=$(RuntimeIdentifier);SelfContained=false;PublishSingleFile=true;PublishDir=$(_UpdaterPublishDir)" />
<Copy <Copy
SourceFiles="$(_UpdaterPublishDir)MikuSB.Updater.exe" SourceFiles="$(_UpdaterPublishDir)MikuSB.Updater.exe"