diff --git a/gitea-python-ci-cd.md b/gitea-python-ci-cd.md index 07d47d8..6d75625 100644 --- a/gitea-python-ci-cd.md +++ b/gitea-python-ci-cd.md @@ -341,6 +341,10 @@ Key design decisions: InstallDir "$LOCALAPPDATA\${APPNAME}" RequestExecutionLevel user +; Optional: launch app after install (checkbox on finish page) +!define MUI_FINISHPAGE_RUN "$INSTDIR\MyApp.bat" +!define MUI_FINISHPAGE_RUN_TEXT "Launch ${APPNAME}" + ; Sections Section "!Core (required)" SecCore ; App files + uninstaller Section "Desktop shortcut" SecDesktop ; Optional