Skip to content

Commit fd0a38a

Browse files
Add Cmd publish profiles;
Fix cmd update repo;
1 parent ab87e26 commit fd0a38a

File tree

4 files changed

+32
-6
lines changed

4 files changed

+32
-6
lines changed

.github/workflows/cmd_dev.yml

-6
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,6 @@ jobs:
146146
- name: Clone update repository
147147
run: git clone https://github.com/FanTranslatorsInternational/Kuriimu2-CommandLine-Update ./update_repo
148148

149-
- name: Commit changes to update repo
150-
run: |
151-
ls ./update/Windows
152-
ls ./update/Linux
153-
ls ./update/Mac
154-
155149
- name: Move update files to update repo
156150
run: |
157151
mv -Force ./update/Windows/* ./update_repo/Windows
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6+
<PropertyGroup>
7+
<Configuration>Release</Configuration>
8+
<Platform>Any CPU</Platform>
9+
<PublishDir>..\..\dist\Release\netcoreapp31\win-x64\publish\</PublishDir>
10+
<PublishProtocol>FileSystem</PublishProtocol>
11+
<TargetFramework>netcoreapp31</TargetFramework>
12+
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
13+
<SelfContained>false</SelfContained>
14+
<PublishSingleFile>True</PublishSingleFile>
15+
</PropertyGroup>
16+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6+
<PropertyGroup>
7+
<Configuration>Release</Configuration>
8+
<Platform>Any CPU</Platform>
9+
<PublishDir>..\..\dist\Release\netcoreapp31\win-x64\publish\</PublishDir>
10+
<PublishProtocol>FileSystem</PublishProtocol>
11+
<TargetFramework>netcoreapp31</TargetFramework>
12+
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
13+
<SelfContained>false</SelfContained>
14+
<PublishSingleFile>True</PublishSingleFile>
15+
</PropertyGroup>
16+
</Project>

0 commit comments

Comments
 (0)