mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Installer - copy ftp language files
This commit is contained in:
parent
9c1f45eae6
commit
78292eb043
3 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ install -m 644 plugins/wdx/deb_wdx/lib/deb_wdx.wdx $DC_INSTALL_DIR/plugins/wdx/
|
|||
install -m 644 plugins/wdx/scripts/* $DC_INSTALL_DIR/plugins/wdx/scripts/
|
||||
install -m 644 plugins/wdx/audioinfo/audioinfo.wdx $DC_INSTALL_DIR/plugins/wdx/audioinfo/
|
||||
# WFX
|
||||
cp -r plugins/wfx/ftp/language $DC_INSTALL_DIR/plugins/wfx/ftp
|
||||
install -m 644 plugins/wfx/ftp/ftp.wfx $DC_INSTALL_DIR/plugins/wfx/ftp/
|
||||
|
||||
# Copy documentation
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@ install -m 644 plugins/wdx/deb_wdx/lib/deb_wdx.wdx $DC_INSTALL_DIR/plugins/wdx/
|
|||
install -m 644 plugins/wdx/scripts/* $DC_INSTALL_DIR/plugins/wdx/scripts/
|
||||
install -m 644 plugins/wdx/audioinfo/audioinfo.wdx $DC_INSTALL_DIR/plugins/wdx/audioinfo/
|
||||
# WFX
|
||||
cp -r plugins/wfx/ftp/language $DC_INSTALL_DIR/plugins/wfx/ftp
|
||||
install -m 644 plugins/wfx/ftp/ftp.wfx $DC_INSTALL_DIR/plugins/wfx/ftp/
|
||||
install -m 644 plugins/wfx/samba/lib/samba.wfx $DC_INSTALL_DIR/plugins/wfx/samba/
|
||||
# WLX
|
||||
|
|
|
|||
|
|
@ -54,3 +54,4 @@ copy plugins\wdx\scripts\* %DC_INSTALL_DIR%\plugins\wdx\scripts\
|
|||
copy plugins\wdx\audioinfo\audioinfo.wdx %DC_INSTALL_DIR%\plugins\wdx\audioinfo\
|
||||
rem WFX
|
||||
copy plugins\wfx\ftp\ftp.wfx %DC_INSTALL_DIR%\plugins\wfx\ftp\
|
||||
xcopy /E plugins\wfx\ftp\language %DC_INSTALL_DIR%\plugins\wfx\ftp\language\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue