Skip to content

Instantly share code, notes, and snippets.

@janmechtel
Created August 31, 2020 20:36
Show Gist options
  • Save janmechtel/16d0536e81fd5da93acd731341abc5a5 to your computer and use it in GitHub Desktop.
Save janmechtel/16d0536e81fd5da93acd731341abc5a5 to your computer and use it in GitHub Desktop.
[% 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