mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: SevenZip - self-extract module
This commit is contained in:
parent
d28cd151f6
commit
8ae7b5ca3a
3 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ copy windows\license.rtf %BUILD_PACK_DIR%\
|
|||
copy ..\src\doublecmd.ico %BUILD_PACK_DIR%\
|
||||
|
||||
rem Copy libraries
|
||||
copy windows\lib\%CPU_TARGET%\*.sfx %BUILD_DC_TMP_DIR%\
|
||||
copy windows\lib\%CPU_TARGET%\*.dll %BUILD_DC_TMP_DIR%\
|
||||
copy windows\lib\%CPU_TARGET%\winpty-agent.exe %BUILD_DC_TMP_DIR%\
|
||||
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ Source: "doublecmd\pixmaps\*"; DestDir: "{app}\pixmaps"; Flags: ignoreversion re
|
|||
Source: "doublecmd\plugins\*"; DestDir: "{app}\plugins"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "doublecmd\highlighters\*"; DestDir: "{app}\highlighters"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
Source: "doublecmd\*.sfx"; DestDir: "{app}"; Flags: skipifsourcedoesntexist
|
||||
Source: "doublecmd\*.dll"; DestDir: "{app}"; Flags: skipifsourcedoesntexist
|
||||
|
||||
[Icons]
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ copy doublecmd.help %DC_INSTALL_DIR%\
|
|||
copy doublecmd.zdli %DC_INSTALL_DIR%\
|
||||
copy pinyin.tbl %DC_INSTALL_DIR%\
|
||||
rem Copy libraries
|
||||
copy *.sfx %DC_INSTALL_DIR%\
|
||||
copy *.dll %DC_INSTALL_DIR%\
|
||||
copy winpty-agent.exe %DC_INSTALL_DIR%\
|
||||
rem Copy manifest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue