}
UpdateIncludes() {
; TODO: Change this to call AutoHotKey.exe with the UpdateIncludes.ahk script then delete the .bat file
RunWait(this.appDir . "\Scripts\UpdateIncludes.bat", this.appDir . "\Scripts")
this.RestartApp()
}
BuildApp() {
; TODO: Change this to call AutoHotKey.exe with the UpdateIncludes.ahk script then delete the .bat file
Run(this.appDir . "\Scripts\Build.bat", this.appDir . "\Scripts")
}
Change this to call AutoHotKey.exe with the UpdateIncludes.ahk script then delete the .bat file
https://github.com/VolantisDev/Launchpad/blob/d55c4093d9ba824c50f42a122fef0a15f6834ab0/Lib/Launchpad/Launchpad.ahk#L57
1d045ec8a87403798a41a9065d25e91ec63a1c6d