add appID.py to setup.sh

This commit is contained in:
Livedeht 2022-09-22 23:53:42 -04:00 committed by GitHub
parent 1235eb01b7
commit 88ce8ab520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,6 +199,7 @@ fi
#because this path gets updated by sed, we really should be installing it every time and allowing it to be updated every time. In case the user changes their path.
cp "$EMUDECKGIT/tools/proton-launch.sh" "${toolsPath}/proton-launch.sh"
chmod +x "${toolsPath}/proton-launch.sh"
cp "$EMUDECKGIT/tools/appID.py" "${toolsPath}/appID.py"
#ESDE Installation
if [ $doInstallESDE == "true" ]; then
@ -669,4 +670,4 @@ if [ "$uiMode" == 'zenity' ]; then
elif [ "$uiMode" == 'whiptail' ]; then
echo "Finished on Whiptail"
sleep 9999
fi
fi