Skip to content

Commit

Permalink
setup: don't require the user to agree to GPL to complete setup.
Browse files Browse the repository at this point in the history
As @foone complains on twitter often enough, this should not require
agreement for use since GPL is not an EULA.

The definitions are inspired from the similar NSIS setup file from VLC.
  • Loading branch information
Flameeyes committed Dec 31, 2018
1 parent 71f64ff commit 9fc13d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/postprocess-windows/nsis-5.4.nsi
Expand Up @@ -24,6 +24,10 @@

!define UNINSTKEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APPNAME}"

; GPL is not an EULA, no need to agree to it.
!define MUI_LICENSEPAGE_BUTTON $(^NextBtn)
!define MUI_LICENSEPAGE_TEXT_BOTTOM "You are now aware of your rights. Click Next to continue."

;--------------------------------
;General

Expand Down

0 comments on commit 9fc13d9

Please sign in to comment.