VolantisDev / Launchpad

Step up your non-Steam game! Generate Steam-compatible .exe files to effortlessly launch any game through Steam with overlay support.
https://launchpad.games
MIT License
88 stars 3 forks source link

Allow this path to be changed #329

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 3 years ago

Allow this path to be changed

https://github.com/VolantisDev/Launchpad/blob/d3589cd6b1a889beba68eaa57c195f42a2b1f2f9/Launchpad.ahk#L9


#Warn
#Include Lib\Shared\Includes.ahk
#Include Lib\Launchpad\Includes.ahk
; TODO: Allow this path to be changed
#Include "*i %A_AppData%\Launchpad\ModuleIncludes.ahk"

appVersion := "{{VERSION}}"

b58aa4351c5f932ac4df2fc81d4de2068a46788e

bmcclure commented 3 years ago

In LaunchpadBuilder, turn that line into a template with a field to select where it should reside, so that if users want to change the location they can rebuild Launchpad anytime.