├── .github └── FUNDING.yml ├── GSE_Generator.bat ├── GreenLuma_Check_AppList.bat ├── GreenLuma_Create_AppList.bat ├── LICENSE ├── README.md └── Tools ├── 7z ├── 7z.dll └── 7z.exe ├── ACHIVEMENTS ├── achievements.json ├── configs.overlay.ini ├── fonts │ ├── Roboto-Medium-LICENSE.txt │ └── Roboto-Medium.ttf ├── images │ ├── all.png │ ├── bg.jpg │ ├── bg.png │ ├── emulator.png │ ├── help.png │ ├── interfaces.png │ ├── null.png │ ├── toast.png │ └── use.png └── sounds │ └── overlay_achievement_notification.wav ├── CURL ├── config │ ├── safari15_5.config │ └── safari15_5.header ├── curl-ca-bundle.crt ├── curl.exe └── libcurl.dll ├── FontsSelector.bat ├── GSE_achievements_language.hta ├── GSE_force.ini ├── GSE_user_configs.hta ├── country_codes └── icon.ico /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /GSE_Generator.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/GSE_Generator.bat -------------------------------------------------------------------------------- /GreenLuma_Check_AppList.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/GreenLuma_Check_AppList.bat -------------------------------------------------------------------------------- /GreenLuma_Create_AppList.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/GreenLuma_Create_AppList.bat -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/README.md -------------------------------------------------------------------------------- /Tools/7z/7z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/7z/7z.dll -------------------------------------------------------------------------------- /Tools/7z/7z.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/7z/7z.exe -------------------------------------------------------------------------------- /Tools/ACHIVEMENTS/achievements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/ACHIVEMENTS/achievements.json -------------------------------------------------------------------------------- /Tools/ACHIVEMENTS/configs.overlay.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/ACHIVEMENTS/configs.overlay.ini -------------------------------------------------------------------------------- /Tools/ACHIVEMENTS/fonts/Roboto-Medium-LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/ACHIVEMENTS/fonts/Roboto-Medium-LICENSE.txt -------------------------------------------------------------------------------- /Tools/ACHIVEMENTS/fonts/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/ACHIVEMENTS/fonts/Roboto-Medium.ttf -------------------------------------------------------------------------------- /Tools/ACHIVEMENTS/images/all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/ACHIVEMENTS/images/all.png -------------------------------------------------------------------------------- /Tools/ACHIVEMENTS/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/ACHIVEMENTS/images/bg.jpg -------------------------------------------------------------------------------- /Tools/ACHIVEMENTS/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/ACHIVEMENTS/images/bg.png -------------------------------------------------------------------------------- /Tools/ACHIVEMENTS/images/emulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/ACHIVEMENTS/images/emulator.png -------------------------------------------------------------------------------- /Tools/ACHIVEMENTS/images/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/ACHIVEMENTS/images/help.png -------------------------------------------------------------------------------- /Tools/ACHIVEMENTS/images/interfaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/ACHIVEMENTS/images/interfaces.png -------------------------------------------------------------------------------- /Tools/ACHIVEMENTS/images/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/ACHIVEMENTS/images/null.png -------------------------------------------------------------------------------- /Tools/ACHIVEMENTS/images/toast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/ACHIVEMENTS/images/toast.png -------------------------------------------------------------------------------- /Tools/ACHIVEMENTS/images/use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/ACHIVEMENTS/images/use.png -------------------------------------------------------------------------------- /Tools/ACHIVEMENTS/sounds/overlay_achievement_notification.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/ACHIVEMENTS/sounds/overlay_achievement_notification.wav -------------------------------------------------------------------------------- /Tools/CURL/config/safari15_5.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/CURL/config/safari15_5.config -------------------------------------------------------------------------------- /Tools/CURL/config/safari15_5.header: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/CURL/config/safari15_5.header -------------------------------------------------------------------------------- /Tools/CURL/curl-ca-bundle.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/CURL/curl-ca-bundle.crt -------------------------------------------------------------------------------- /Tools/CURL/curl.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/CURL/curl.exe -------------------------------------------------------------------------------- /Tools/CURL/libcurl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/CURL/libcurl.dll -------------------------------------------------------------------------------- /Tools/FontsSelector.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/FontsSelector.bat -------------------------------------------------------------------------------- /Tools/GSE_achievements_language.hta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/GSE_achievements_language.hta -------------------------------------------------------------------------------- /Tools/GSE_force.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/GSE_force.ini -------------------------------------------------------------------------------- /Tools/GSE_user_configs.hta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/GSE_user_configs.hta -------------------------------------------------------------------------------- /Tools/country_codes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/country_codes -------------------------------------------------------------------------------- /Tools/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brunolee-GIT/GSE-Generator/HEAD/Tools/icon.ico --------------------------------------------------------------------------------