We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02540a commit 3536d92Copy full SHA for 3536d92
Lib/LaunchpadBuilder/App/LaunchpadBuilder.ahk
@@ -1,7 +1,7 @@
1
class LaunchpadBuilder extends AppBase {
2
GetParameterDefinitions(config) {
3
parameters := super.GetParameterDefinitions(config)
4
- parameters["config_path"] := this.appDir . "\Launchpad.build.ini"
+ parameters["config_path"] := this.appDir . "\Launchpad.build.json"
5
parameters["config.api_endpoint"] := "https://api.launchpad.games/v1"
6
parameters["config.api_authentication"] := true
7
parameters["config.dist_dir"] := this.appDir . "\Dist"
0 commit comments