Skip to content

Commit

Permalink
Update appimage.sh
Browse files Browse the repository at this point in the history
copy Sys folder to usr/bin to add themes,languages&fonts
  • Loading branch information
qurious-pixel authored Jun 2, 2021
1 parent 03ea17c commit eb899a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/appimage/appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mkdir -p squashfs-root/usr/share/pixmaps && cp ./squashfs-root/dolphin-emu.svg .
mkdir -p squashfs-root/usr/optional/ ; mkdir -p squashfs-root/usr/optional/libstdc++/

mkdir -p squashfs-root/usr/share/dolphin-emu
cp -R /dolphin/dolphin/Data/Sys/Themes ./squashfs-root/usr/share/dolphin-emu
cp -R /dolphin/dolphin/Data/Sys ./squashfs-root/usr/bin
curl -sL "https://raw.githubusercontent.com/qurious-pixel/dolphin/$branch/travis/appimage/update.sh" -o $HOME/squashfs-root/update.sh
curl -sL "https://raw.githubusercontent.com/qurious-pixel/dolphin/$branch/travis/appimage/AppRun" -o $HOME/squashfs-root/AppRun
curl -sL "https://github.com/RPCS3/AppImageKit-checkrt/releases/download/continuous2/AppRun-patched-x86_64" -o $HOME/squashfs-root/AppRun-patched
Expand Down

0 comments on commit eb899a1

Please sign in to comment.