Skip to content

Commit

Permalink
xemu-emu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed May 14, 2022
1 parent bf90080 commit a8d4243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,8 @@ if [ $doInstallXemu == "true" ]; then
flatpak override app.xemu.xemu --filesystem="$savesPath"xemu:rw --user
#write out launcher
echo "#!/bin/sh
/usr/bin/flatpak run app.xemu.xemu" > "${toolsPath}"launchers/xemu.sh
chmod +x "${toolsPath}"launchers/xemu.sh
/usr/bin/flatpak run app.xemu.xemu" > "${toolsPath}"launchers/xemu-emu.sh
chmod +x "${toolsPath}"launchers/xemu-emu.sh
fi
#if [ $doInstallMelon == "true" ]; then
# echo -e "Installing MelonDS"
Expand Down
File renamed without changes.

0 comments on commit a8d4243

Please sign in to comment.