Skip to content

Commit 9fca21c

Browse files
committed
V1.6
1 parent 5870fb6 commit 9fca21c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Properties/PublishProfiles/FolderProfile.pubxml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
1010
<PublishProtocol>FileSystem</PublishProtocol>
1111
<TargetFramework>net8.0</TargetFramework>
1212
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
13-
<SelfContained>true</SelfContained>
13+
<!--<SelfContained>true</SelfContained>
1414
<PublishSingleFile>true</PublishSingleFile>
1515
<PublishReadyToRun>true</PublishReadyToRun>
16-
<PublishTrimmed>true</PublishTrimmed>
16+
<PublishTrimmed>true</PublishTrimmed>-->
17+
<PublishAot>true</PublishAot>
1718
</PropertyGroup>
1819
</Project>

Properties/launchSettings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"profiles": {
3+
"RimCzechGitDownloader": {
4+
"commandName": "Project",
5+
"commandLineArgs": "-source https://github.com/lordfanger/RimWorld-Czech"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)