We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b5a9f commit b457a05Copy full SHA for b457a05
packaging/windows/darktable.iss.in
@@ -51,7 +51,12 @@ ArchitecturesInstallIn64BitMode=x64compatible
51
ChangesAssociations=yes
52
DefaultGroupName={#MyAppName}{code:SuffixIfNotRelease}
53
AllowNoIcons=yes
54
-LicenseFile=share\doc\darktable\LICENSE
+
55
+; For potential future contributors:
56
+; Please do not set the LicenseFile directive, as it effectively sets a step
57
+; to accept the EULA. The darktable license is GPL, and GPL is not an EULA.
58
+; Users are not required to agree to anything to merely use GPLed software.
59
+; LicenseFile=share\doc\darktable\LICENSE
60
61
; Uncomment the following line to run in non administrative install mode
62
; (install for current user only).
0 commit comments