Skip to content

Commit 3536d92

Browse files
Fix builder issue
1 parent b02540a commit 3536d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/LaunchpadBuilder/App/LaunchpadBuilder.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class LaunchpadBuilder extends AppBase {
22
GetParameterDefinitions(config) {
33
parameters := super.GetParameterDefinitions(config)
4-
parameters["config_path"] := this.appDir . "\Launchpad.build.ini"
4+
parameters["config_path"] := this.appDir . "\Launchpad.build.json"
55
parameters["config.api_endpoint"] := "https://api.launchpad.games/v1"
66
parameters["config.api_authentication"] := true
77
parameters["config.dist_dir"] := this.appDir . "\Dist"

0 commit comments

Comments
 (0)