diff --git a/.github/workflows/Dolphin_sharun.yml b/.github/workflows/Dolphin_sharun.yml index 4e32010..b713fc7 100644 --- a/.github/workflows/Dolphin_sharun.yml +++ b/.github/workflows/Dolphin_sharun.yml @@ -59,7 +59,7 @@ jobs: qt6ct # Runs a set of commands using the runners shell - - name: Build appimage + - name: Build Dolphin run: | git clone https://github.com/dolphin-emu/dolphin.git dolphin ( cd dolphin && mkdir build && cd build @@ -67,8 +67,11 @@ jobs: cmake .. -DLINUX_LOCAL_DEV=true sudo make install sudo cp -r ../Data/Sys /usr/local/bin + sudo cp -r ./Source/Core/DolphinQt /usr/local/bin ) + - name: Make AppImage + run: | chmod +x ./dolphin-emu-appimage.sh ./dolphin-emu-appimage.sh mkdir dist