innosetup: move GPL license RTF to build-extra

Move the GPL RTF license file from the InnoSetup `installer` directory to
the top-level `build-extra` directory since it is a "shared resource" that
will be used by both the InnoSetup and MSI installers.

Signed-off-by: Craig E. Shea <craig.e.shea@gmail.com>
This commit is contained in:
Craig E. Shea 2016-05-14 23:10:42 -04:00
Родитель 7dc20164e3
Коммит 66438f8ccd
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

Просмотреть файл

@ -57,7 +57,7 @@ DisableDirPage=auto
DefaultGroupName={#APP_NAME}
DisableProgramGroupPage=auto
DisableReadyPage=yes
InfoBeforeFile={#SourcePath}\gpl-2.0.rtf
InfoBeforeFile={#SourcePath}\..\gpl-2.0.rtf
#ifdef OUTPUT_TO_TEMP
PrivilegesRequired=lowest
#else