Skip to content

Commit

Permalink
Use MAIN_APP_EXE as the executable path in windows installation
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Dec 7, 2019
1 parent 2f88e9e commit 6536429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyci/resources/windows_support/installer.nsi.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Section -MainProgram
${INSTALL_TYPE}
SetOverwrite ifnewer
SetOutPath "$INSTDIR"
File "{{ binary_path }}"
File "${MAIN_APP_EXE}"

Push $INSTDIR
Call AddToPath
Expand Down

0 comments on commit 6536429

Please # to comment.