innosetup : get the ico from the install dir, avoid local path dep
This commit is contained in:
parent
ae1939b096
commit
680fe6f049
@ -2,7 +2,7 @@
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "Recoll"
|
||||
#define MyAppVersion "1.26.5-20200304-800796bb"
|
||||
#define MyAppVersion "1.27.0-20200407-wip"
|
||||
#define MyAppPublisher "Recoll.org"
|
||||
#define MyAppURL "http://www.recoll.org"
|
||||
#define MyAppExeName "recoll.exe"
|
||||
@ -23,7 +23,7 @@ DefaultGroupName={#MyAppName}
|
||||
LicenseFile=C:\install\recoll\COPYING.txt
|
||||
OutputDir=C:\Temp
|
||||
OutputBaseFilename=recoll-setup-{#MyAppVersion}
|
||||
SetupIconFile=C:\recoll\src\desktop\recoll.ico
|
||||
SetupIconFile=C:\install\recoll\Share\recoll.ico
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
;; Use either prv=adm and defaultdir={pf} or prv=lowest and defaultdir=userpf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user