mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-08-02 22:28:50 +00:00
Fix Windows building
This commit is contained in:
parent
db581741e7
commit
e54dee5182
3 changed files with 13 additions and 14 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -18,11 +18,6 @@ jobs:
|
||||||
- { prettyName: Linux, platform: ubuntu-latest, configurationName: Linux, extraArgs: "", buildPath: "Release/net6.0/publish"}
|
- { prettyName: Linux, platform: ubuntu-latest, configurationName: Linux, extraArgs: "", buildPath: "Release/net6.0/publish"}
|
||||||
# - { prettyName: MacOS, platform: ubuntu-latest, configurationName: Release, platform: osx-x64 }
|
# - { prettyName: MacOS, platform: ubuntu-latest, configurationName: Release, platform: osx-x64 }
|
||||||
steps:
|
steps:
|
||||||
- name: Cancel previous runs of this workflow
|
|
||||||
uses: styfle/cancel-workflow-action@0.6.0
|
|
||||||
with:
|
|
||||||
access_token: ${{ github.token }}
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -37,4 +32,4 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: UnionPatcher-${{ matrix.os.prettyName }}
|
name: UnionPatcher-${{ matrix.os.prettyName }}
|
||||||
path: ${{ github.workspace }}/UnionPatcher.UI.${{ matrix.os.prettyName }}/bin/${{ matrix.os.buildPath }}
|
path: ${{ github.workspace }}/UnionPatcher.Gui.${{ matrix.os.prettyName }}/bin/${{ matrix.os.buildPath }}
|
||||||
|
|
11
.idea/.idea.UnionPatcher/.idea/git_toolbox_prj.xml
generated
11
.idea/.idea.UnionPatcher/.idea/git_toolbox_prj.xml
generated
|
@ -1,6 +1,12 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="GitToolBoxProjectSettings">
|
<component name="GitToolBoxProjectSettings">
|
||||||
|
<option name="autoFetchIntervalMinutesOverride">
|
||||||
|
<IntValueOverride>
|
||||||
|
<option name="enabled" value="true" />
|
||||||
|
<option name="value" value="15" />
|
||||||
|
</IntValueOverride>
|
||||||
|
</option>
|
||||||
<option name="commitMessageIssueKeyValidationOverride">
|
<option name="commitMessageIssueKeyValidationOverride">
|
||||||
<BoolValueOverride>
|
<BoolValueOverride>
|
||||||
<option name="enabled" value="true" />
|
<option name="enabled" value="true" />
|
||||||
|
@ -11,5 +17,10 @@
|
||||||
<option name="enabled" value="true" />
|
<option name="enabled" value="true" />
|
||||||
</CommitMessageValidationOverride>
|
</CommitMessageValidationOverride>
|
||||||
</option>
|
</option>
|
||||||
|
<option name="commitMessageValidationEnabledOverride">
|
||||||
|
<BoolValueOverride>
|
||||||
|
<option name="enabled" value="true" />
|
||||||
|
</BoolValueOverride>
|
||||||
|
</option>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -3,18 +3,11 @@
|
||||||
<AssemblyName>LBPUnion.UnionPatcher</AssemblyName>
|
<AssemblyName>LBPUnion.UnionPatcher</AssemblyName>
|
||||||
<RootNamespace>LBPUnion.UnionPatcher</RootNamespace>
|
<RootNamespace>LBPUnion.UnionPatcher</RootNamespace>
|
||||||
<Configurations>Debug;Release;Windows</Configurations>
|
<Configurations>Debug;Release;Windows</Configurations>
|
||||||
<Platforms>AnyCPU</Platforms>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)' != 'Windows' ">
|
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<Platforms>AnyCPU</Platforms>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Windows' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Windows' ">
|
||||||
<OutputType>WinExe</OutputType>
|
|
||||||
<TargetFramework>net6.0-windows</TargetFramework>
|
|
||||||
<AssemblyName>LBPUnion.UnionPatcher</AssemblyName>
|
|
||||||
<RootNamespace>LBPUnion.UnionPatcher</RootNamespace>
|
|
||||||
<SelfContained>true</SelfContained>
|
<SelfContained>true</SelfContained>
|
||||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue