mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-07-19 15:31:33 +00:00
Specify --self-contained when building for Windows
This commit is contained in:
parent
2b7f83213f
commit
c74e32fa1e
2 changed files with 16 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- { prettyName: Windows, configurationName: Windows, extraArgs: "-r win-x64", buildPath: "Release/net6.0-windows/win-x64/publish"}
|
||||
- { prettyName: Windows, configurationName: Windows, extraArgs: "-r win-x64 --self-contained", buildPath: "Release/net6.0-windows/win-x64/publish"}
|
||||
- { prettyName: Linux, configurationName: Linux, extraArgs: "", buildPath: "Release/net6.0/publish"}
|
||||
# - { prettyName: MacOS, configurationName: Release, platform: osx-x64 }
|
||||
steps:
|
||||
|
|
15
.idea/.idea.UnionPatcher/.idea/git_toolbox_prj.xml
generated
Normal file
15
.idea/.idea.UnionPatcher/.idea/git_toolbox_prj.xml
generated
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GitToolBoxProjectSettings">
|
||||
<option name="commitMessageIssueKeyValidationOverride">
|
||||
<BoolValueOverride>
|
||||
<option name="enabled" value="true" />
|
||||
</BoolValueOverride>
|
||||
</option>
|
||||
<option name="commitMessageValidationConfigOverride">
|
||||
<CommitMessageValidationOverride>
|
||||
<option name="enabled" value="true" />
|
||||
</CommitMessageValidationOverride>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
Loading…
Add table
Add a link
Reference in a new issue