Skip to content

Commit 22db8ed

Browse files
committed
Simplify build-linux action and remove unnecessary files from AppImage
1 parent eb3aaa6 commit 22db8ed

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,13 @@ jobs:
9494
- name: Build
9595
run: cargo tauri build --bundles appimage
9696

97-
- name: Package Standalone
97+
- name: Package
9898
run: |
9999
cd src-tauri/target/release
100100
mkdir linux-standalone
101-
cp -r -t linux-standalone openfusionlauncher ffrunner.exe d3d9_vulkan.dll assets defaults loader player mono
102-
103-
- name: Package AppImage
104-
run: |
105-
cd src-tauri/target/release
106101
mkdir linux-appimage
107-
cp -r -t linux-appimage bundle/appimage/OpenFusionLauncher_*.AppImage ffrunner.exe d3d9_vulkan.dll assets defaults loader player mono
102+
cp -r -t linux-standalone openfusionlauncher ffrunner.exe d3d9_vulkan.dll assets defaults loader player mono
103+
cp -r -t linux-appimage bundle/appimage/OpenFusionLauncher_*.AppImage
108104
109105
- uses: actions/[email protected]
110106
with:

0 commit comments

Comments
 (0)