Skip to content

Commit

Permalink
Merge pull request #139 from FanTranslatorsInternational/dev
Browse files Browse the repository at this point in the history
Fix cmd update repo for Release 1.2.1
  • Loading branch information
onepiecefreak3 authored Jun 27, 2021
2 parents 77d0cd9 + fd0a38a commit 602f81c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ jobs:

- name: Clone update repository
run: git clone https://github.com/FanTranslatorsInternational/Kuriimu2-CommandLine-Update ./update_repo

- name: Move update files to update repo
run: |
mv -Force ./update/Windows/* ./update_repo/Windows
mv -Force ./update/Linux/* ./update_repo/Linux
mv -Force ./update/Mac/* ./update_repo/Mac
- name: Commit changes to update repo
run: |
cd ./update_repo
Expand Down
16 changes: 16 additions & 0 deletions src/Kuriimu2.Cmd/Properties/PublishProfiles/Linux.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>..\..\dist\Release\netcoreapp31\win-x64\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>netcoreapp31</TargetFramework>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
</PropertyGroup>
</Project>
16 changes: 16 additions & 0 deletions src/Kuriimu2.Cmd/Properties/PublishProfiles/Mac.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>..\..\dist\Release\netcoreapp31\win-x64\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>netcoreapp31</TargetFramework>
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
</PropertyGroup>
</Project>

0 comments on commit 602f81c

Please sign in to comment.