Skip to content

Commit

Permalink
fix run app
Browse files Browse the repository at this point in the history
  • Loading branch information
EndrII committed Sep 9, 2018
1 parent 2aad0d7 commit 42d85e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/config/controlScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function Controller()

function runProgramControl() {
if (systemInfo.kernelType === "winnt") {
Controller.setValue("RunProgram", qsTr("HanoiTowers.exe"));
installer.setValue("RunProgram", "@TargetDir@/HanoiTowers.exe");
}
}

Expand Down

0 comments on commit 42d85e4

Please sign in to comment.