Created
August 31, 2020 20:36
-
-
Save janmechtel/16d0536e81fd5da93acd731341abc5a5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[% extends "pyapp.nsi" %] | |
; UI pages | |
[% block ui_pages %] | |
!define MUI_FINISHPAGE_RUN "$INSTDIR\Mapscope.exe" | |
[[ super() ]] | |
[% endblock ui_pages %] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment