diff --git a/.github/workflows/cmd_dev.yml b/.github/workflows/cmd_dev.yml
index e7348573b..12bdf44e2 100644
--- a/.github/workflows/cmd_dev.yml
+++ b/.github/workflows/cmd_dev.yml
@@ -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
diff --git a/src/Kuriimu2.Cmd/Properties/PublishProfiles/Linux.pubxml b/src/Kuriimu2.Cmd/Properties/PublishProfiles/Linux.pubxml
new file mode 100644
index 000000000..809244ebb
--- /dev/null
+++ b/src/Kuriimu2.Cmd/Properties/PublishProfiles/Linux.pubxml
@@ -0,0 +1,16 @@
+
+
+
+
+ Release
+ Any CPU
+ ..\..\dist\Release\netcoreapp31\win-x64\publish\
+ FileSystem
+ netcoreapp31
+ linux-x64
+ false
+ True
+
+
\ No newline at end of file
diff --git a/src/Kuriimu2.Cmd/Properties/PublishProfiles/Mac.pubxml b/src/Kuriimu2.Cmd/Properties/PublishProfiles/Mac.pubxml
new file mode 100644
index 000000000..840f43f6d
--- /dev/null
+++ b/src/Kuriimu2.Cmd/Properties/PublishProfiles/Mac.pubxml
@@ -0,0 +1,16 @@
+
+
+
+
+ Release
+ Any CPU
+ ..\..\dist\Release\netcoreapp31\win-x64\publish\
+ FileSystem
+ netcoreapp31
+ osx-x64
+ false
+ True
+
+
\ No newline at end of file
diff --git a/src/Kuriimu2.Cmd/Properties/PublishProfiles/FolderProfile.pubxml b/src/Kuriimu2.Cmd/Properties/PublishProfiles/Windows.pubxml
similarity index 100%
rename from src/Kuriimu2.Cmd/Properties/PublishProfiles/FolderProfile.pubxml
rename to src/Kuriimu2.Cmd/Properties/PublishProfiles/Windows.pubxml