Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmz1 authored Oct 30, 2023
1 parent 68258df commit e6440a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
mkdir lucas/
mkdir lucas/usr/
mkdir lucas/usr/lib/
mkdir lucas/usr/bin/
mkdir lucas/usr/bin/Sys/
find -name ${GITHUB_WORKSPACE} 'libxcb-cursor**' | xargs -i -t -exec cp -Lr {} /home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/lucas/usr/lib/
find ${GITHUB_WORKSPACE} -name 'libqxcb**' | xargs -i -t -exec cp -Lr {} /home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/lucas/usr/lib/
cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/lucas/usr/lib/
Expand Down Expand Up @@ -97,6 +99,7 @@ jobs:
echo "PATH $PATH"
./qtplugin --appdir lucas/
./linuxdeploy --appdir lucas/
cp -r /home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/usr/share/dolphin-emu/sys/* /home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/usr/bin/Sys/
ARCH=x86_64 ./appimagetool -n lucas/
- name: release
Expand Down

0 comments on commit e6440a4

Please sign in to comment.