Organize files into categories. Likely still a bit of cleanup left to do.

This commit is contained in:
Storm Dragon
2026-04-21 12:50:36 -04:00
parent c92d35a023
commit b83b995cf0
326 changed files with 7 additions and 123 deletions
@@ -0,0 +1,18 @@
check_dependencies uv
# shellcheck disable=SC2154 # set by linux-game-manager.sh
gamePath="${installPath}/PlayPalace11/clients"
desktopPath="${gamePath}/desktop"
hostPythonDir="${desktopPath}/.host-python"
if ! [[ -d "${desktopPath}" ]]; then
ui_msgbox "Linux Game Manager" "Linux Game Manager" "Play Palace is not installed at ${desktopPath}."
exit 1
fi
if [[ -d "${hostPythonDir}" ]]; then
export PYTHONPATH="${hostPythonDir}${PYTHONPATH:+:${PYTHONPATH}}"
fi
pushd "${desktopPath}" || exit 1
uv run python client.py