Skip to content

Commit

Permalink
added the license agreement to the first page of the installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSimko committed Oct 9, 2024
1 parent 1bea1b1 commit a8dcb69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Section "Uninstall"
SectionEnd

; Define the installer pages
!insertmacro MUI_PAGE_LICENSE ".\assets\License.txt"
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!define MUI_FINISHPAGE_RUN "$INSTDIR\freescribe-client.exe"
Expand Down

0 comments on commit a8dcb69

Please sign in to comment.