mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Install scripts
This commit is contained in:
parent
288c31b02e
commit
2942bafcc2
2 changed files with 8 additions and 1 deletions
|
|
@ -27,8 +27,10 @@ rem Prepare package build dir
|
|||
rm -rf %BUILD_PACK_DIR%
|
||||
mkdir %BUILD_PACK_DIR%
|
||||
mkdir %BUILD_PACK_DIR%\release
|
||||
rem Copy package description file
|
||||
|
||||
rem Copy needed files
|
||||
copy windows\doublecmd.iss %BUILD_PACK_DIR%\
|
||||
copy windows\portable.diff %BUILD_PACK_DIR%\
|
||||
|
||||
rem Copy libraries
|
||||
copy windows\lib\*.dll %BUILD_DC_TMP_DIR%\
|
||||
|
|
@ -48,6 +50,7 @@ rem Move created package
|
|||
move release\*.exe %PACK_DIR%
|
||||
|
||||
rem Create *.zip package
|
||||
patch doublecmd/doublecmd.ini portable.diff
|
||||
zip -9 -Dr %PACK_DIR%\doublecmd-%DC_VER%.i386-win32.zip doublecmd
|
||||
|
||||
rem Clean temp directories
|
||||
|
|
|
|||
4
install/windows/portable.diff
Normal file
4
install/windows/portable.diff
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
2c2
|
||||
< UseIniInProgramDir=0
|
||||
---
|
||||
> UseIniInProgramDir=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue