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
85 stars 3 forks source link

Change this to call AutoHotKey.exe with the UpdateIncludes.ahk script then delet... #264

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

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


    }

    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")
    }

1d045ec8a87403798a41a9065d25e91ec63a1c6d