summaryrefslogtreecommitdiff
path: root/main.py
AgeCommit message (Collapse)Author
2025-01-31feat: rework prepare.sh to extract from /bin remote binariesxXJSONDeruloXx
2025-01-30* Move assets/ to defaults/assets so .vscode/build.sh and decky-cli packages ↵v0.5.0-BundledGrimbakor
correctly (#28) * Changed all paths to use environment variables from decky as base paths * Remove alwaysRender from front-end so setInterval does not run in the background during a game session
2025-01-28Modifed every reference to "/home/deck" to a generic home folder, should ↵DGdev91
allow to run it on non-steamos linux distros
2025-01-27fix: remove steam linux runtimes from applistxXJSONDeruloXx
2025-01-27feat: filter out proton items in app listxXJSONDeruloXx
2025-01-26groundwork for games list, next step patch on button pressxXJSONDeruloXx
2025-01-26add env to prep script in py execxXJSONDeruloXx
2025-01-26added req files check in checkfgmodpath callablexXJSONDeruloXx
2025-01-23add uninstaller button and scriptxXJSONDeruloXx
2025-01-22add description, clean up uixXJSONDeruloXx
2025-01-22add installation path detection on plugin openxXJSONDeruloXx
2025-01-22cleaned up install output debugging, added instructionsxXJSONDeruloXx
2025-01-22fix prep script, path to openssl and loggingxXJSONDeruloXx
2025-01-22refactor, script status now displayingxXJSONDeruloXx
2025-01-22fixed bad importsxXJSONDeruloXx
2025-01-22python for prep script, clean up assetsxXJSONDeruloXx
2025-01-22bundled assets, will need to review if thats problematicxXJSONDeruloXx
2025-01-21trying script approach?xXJSONDeruloXx
2025-01-21feat: got working dropdown listing installed gamesxXJSONDeruloXx
2025-01-21Initial commitJSON Derulo