windows mkinstdir: also copy recoll-dark.qss
This commit is contained in:
parent
7bbca8c736
commit
9193052767
@ -168,6 +168,7 @@ copyrecoll()
|
||||
chkcp $RCL/sampleconf/recoll.conf $DESTDIR/Share/examples
|
||||
chkcp $RCL/sampleconf/recoll.qss $DESTDIR/Share/examples
|
||||
chkcp $RCL/sampleconf/recoll-dark.qss $DESTDIR/Share/examples
|
||||
chkcp $RCL/sampleconf/recoll-dark.css $DESTDIR/Share/examples
|
||||
|
||||
chkcp $RCL/python/recoll/recoll/rclconfig.py $FILTERS
|
||||
chkcp $RCL/python/recoll/recoll/conftree.py $FILTERS
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "Recoll"
|
||||
#define MyAppVersion "1.27.1-20200511-d8edbcbc"
|
||||
#define MyAppVersion "1.27.6-20200913-7bbca8c7"
|
||||
#define MyAppPublisher "Recoll.org"
|
||||
#define MyAppURL "http://www.recoll.org"
|
||||
#define MyAppExeName "recoll.exe"
|
||||
@ -49,4 +49,3 @@ Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks:
|
||||
|
||||
[Run]
|
||||
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user