├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── LICENSE ├── README.md └── resources ├── installer.py └── steamdeck-settings.properties /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TormStorm/jagex-launcher-linux/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TormStorm/jagex-launcher-linux/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TormStorm/jagex-launcher-linux/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TormStorm/jagex-launcher-linux/HEAD/README.md -------------------------------------------------------------------------------- /resources/installer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TormStorm/jagex-launcher-linux/HEAD/resources/installer.py -------------------------------------------------------------------------------- /resources/steamdeck-settings.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TormStorm/jagex-launcher-linux/HEAD/resources/steamdeck-settings.properties --------------------------------------------------------------------------------