mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: FTP plugin to install scripts
This commit is contained in:
parent
45668d1601
commit
f0f1218e92
3 changed files with 10 additions and 6 deletions
|
|
@ -55,6 +55,9 @@ mkdir -p $DC_INSTALL_DIR/plugins/wdx
|
|||
mkdir -p $DC_INSTALL_DIR/plugins/wdx/scripts
|
||||
mkdir -p $DC_INSTALL_DIR/plugins/wdx/rpm_wdx
|
||||
mkdir -p $DC_INSTALL_DIR/plugins/wdx/deb_wdx
|
||||
# WFX plugins directories
|
||||
mkdir -p $DC_INSTALL_DIR/plugins/wfx
|
||||
mkdir -p $DC_INSTALL_DIR/plugins/wfx/ftp
|
||||
# WLX plugins directories
|
||||
mkdir -p $DC_INSTALL_DIR/plugins/wlx
|
||||
mkdir -p $DC_INSTALL_DIR/plugins/wlx/wlxmplayer
|
||||
|
|
@ -84,6 +87,8 @@ install -m 644 plugins/wcx/zip/lib/zip.wcx $DC_INSTALL_DIR/plugins/wcx/
|
|||
install -m 644 plugins/wdx/rpm_wdx/lib/rpm_wdx.wdx $DC_INSTALL_DIR/plugins/wdx/rpm_wdx/
|
||||
install -m 644 plugins/wdx/deb_wdx/lib/deb_wdx.wdx $DC_INSTALL_DIR/plugins/wdx/deb_wdx/
|
||||
install -m 755 plugins/wdx/scripts/* $DC_INSTALL_DIR/plugins/wdx/scripts/
|
||||
# WFX
|
||||
install -m 644 plugins/wfx/ftp/lib/ftp.wfx $DC_INSTALL_DIR/plugins/wfx/ftp/
|
||||
# WLX
|
||||
install -m 644 plugins/wlx/WlxMplayer/lib/wlxmplayer.wlx $DC_INSTALL_DIR/plugins/wlx/wlxmplayer/
|
||||
# DSX
|
||||
|
|
|
|||
|
|
@ -20,6 +20,9 @@ mkdir %DC_INSTALL_DIR%\plugins\wdx
|
|||
mkdir %DC_INSTALL_DIR%\plugins\wdx\scripts
|
||||
mkdir %DC_INSTALL_DIR%\plugins\wdx\rpm_wdx
|
||||
mkdir %DC_INSTALL_DIR%\plugins\wdx\deb_wdx
|
||||
rem WFX plugins directories
|
||||
mkdir %DC_INSTALL_DIR%\plugins\wfx
|
||||
mkdir %DC_INSTALL_DIR%\plugins\wfx\ftp
|
||||
|
||||
rem Copy directories
|
||||
xcopy /E language %DC_INSTALL_DIR%\language\
|
||||
|
|
@ -50,3 +53,5 @@ 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\
|
||||
rem WFX
|
||||
copy plugins\wfx\ftp\lib\ftp.wfx %DC_INSTALL_DIR%\plugins\wfx\ftp\
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ lazbuild wdx\deb_wdx\src\deb_wdx.lpi %DC_ARCH%
|
|||
|
||||
rem WFX plugins
|
||||
lazbuild wfx\ftp\src\ftp.lpi %DC_ARCH%
|
||||
lazbuild wfx\network\src\network.lpi %DC_ARCH%
|
||||
|
||||
rem Strip and rename WCX
|
||||
pushd wcx\cpio\lib\
|
||||
|
|
@ -73,10 +72,5 @@ strip --strip-all ftp.dll
|
|||
rename ftp.dll ftp.wfx
|
||||
popd
|
||||
|
||||
pushd wfx\network\lib\
|
||||
strip --strip-all network.dll
|
||||
rename network.dll network.wfx
|
||||
popd
|
||||
|
||||
rem Return from plugins directory
|
||||
popd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue