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
9548b886e4
commit
7abdc99c83
4 changed files with 9 additions and 6 deletions
|
|
@ -26,6 +26,7 @@ ColorFilter4Name=Executables
|
|||
[PackerPlugins]
|
||||
cpio=0,%commander_path%\plugins\wcx\cpio\cpio.wcx
|
||||
deb=4,%commander_path%\plugins\wcx\deb\deb.wcx
|
||||
lzma=15,%commander_path%\plugins\wcx\lzma\lzma.wcx
|
||||
rpm=20,%commander_path%\plugins\wcx\rpm\rpm.wcx
|
||||
bz2=0,%commander_path%\plugins\wcx\unbz2\unbz2.wcx
|
||||
rar=0,%commander_path%\plugins\wcx\unrar\unrar.wcx
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
rem Set Double Commander version
|
||||
set DC_VER=0.4.0
|
||||
set DC_VER=0.4.6
|
||||
|
||||
rem Path to subversion
|
||||
set SVN_EXE="c:\Program Files\svn-win32-1.5.5\bin\svn.exe"
|
||||
set SVN_EXE="c:\Program Files\svn-win32-1.6.5\bin\svn.exe"
|
||||
|
||||
rem Path to Inno Setup compiler
|
||||
set ISCC_EXE="c:\Program Files\Inno Setup 5\ISCC.exe"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[Setup]
|
||||
AppName=Double Commander
|
||||
AppVerName=Double Commander 0.4 beta
|
||||
AppVerName=Double Commander 0.4.6 beta
|
||||
AppPublisherURL=http://doublecmd.sourceforge.net
|
||||
AppSupportURL=http://doublecmd.sourceforge.net
|
||||
AppUpdatesURL=http://doublecmd.sourceforge.net
|
||||
|
|
@ -12,7 +12,7 @@ DefaultGroupName=Double Commander
|
|||
AllowNoIcons=yes
|
||||
LicenseFile=doublecmd\doc\COPYING
|
||||
OutputDir=release
|
||||
OutputBaseFilename=doublecmd-0.4.0.i386-win32
|
||||
OutputBaseFilename=doublecmd-0.4.6.i386-win32
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ rem WCX plugins directories
|
|||
mkdir %DC_INSTALL_DIR%\plugins\wcx
|
||||
mkdir %DC_INSTALL_DIR%\plugins\wcx\cpio
|
||||
mkdir %DC_INSTALL_DIR%\plugins\wcx\deb
|
||||
mkdir %DC_INSTALL_DIR%\plugins\wcx\lzma
|
||||
mkdir %DC_INSTALL_DIR%\plugins\wcx\rpm
|
||||
mkdir %DC_INSTALL_DIR%\plugins\wcx\unrar
|
||||
mkdir %DC_INSTALL_DIR%\plugins\wcx\unbz2
|
||||
|
|
@ -40,12 +41,13 @@ rem copy plugins
|
|||
rem WCX
|
||||
copy plugins\wcx\cpio\lib\cpio.wcx %DC_INSTALL_DIR%\plugins\wcx\cpio\
|
||||
copy plugins\wcx\deb\lib\deb.wcx %DC_INSTALL_DIR%\plugins\wcx\deb\
|
||||
copy plugins\wcx\lzma\lib\lzma.wcx %DC_INSTALL_DIR%\plugins\wcx\lzma\
|
||||
copy plugins\wcx\rpm\lib\rpm.wcx %DC_INSTALL_DIR%\plugins\wcx\rpm\
|
||||
copy plugins\wcx\unrar\lib\unrar.wcx %DC_INSTALL_DIR%\plugins\wcx\unrar\
|
||||
copy plugins\wcx\unbz2\lib\unbz2.wcx %DC_INSTALL_DIR%\plugins\wcx\unbz2\
|
||||
copy plugins\wcx\zip\lib\zip.wcx %DC_INSTALL_DIR%\plugins\wcx\zip\
|
||||
copy plugins\wcx\zip\ZipConfDlg.lfm %DC_INSTALL_DIR%\plugins\wcx\zip\
|
||||
copy plugins\wcx\zip\src\ZipConfDlg.lfm %DC_INSTALL_DIR%\plugins\wcx\zip\
|
||||
rem WDX
|
||||
copy plugins\wdx\rpm_wdx\lib\rpm_wdx.wdx %DC_INSTALL_DIR%\plugins\wdx\rpm_wdx\
|
||||
copy plugins\wdx\deb_wdx\lib\deb_wdx.wdx %DC_INSTALL_DIR%\plugins\wdx\deb_wdx\
|
||||
copy plugins\wdx\scripts\* %DC_INSTALL_DIR%\plugins\wdx\scripts\
|
||||
copy plugins\wdx\scripts\* %DC_INSTALL_DIR%\plugins\wdx\scripts\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue