mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Remove default.bar from install scripts
This commit is contained in:
parent
0e803ce2d3
commit
742cf2181d
4 changed files with 0 additions and 4 deletions
|
|
@ -35,7 +35,6 @@ cp -a doublecmd $DC_INSTALL_DIR/
|
|||
cp -a install/darwin/doublecmd.xml $DC_INSTALL_DIR/
|
||||
cp -a doublecmd.ext.example $DC_INSTALL_DIR/
|
||||
cp -a pixmaps.txt $DC_INSTALL_DIR/
|
||||
cp -a default.bar $DC_INSTALL_DIR/
|
||||
cp -a multiarc.ini $DC_INSTALL_DIR/
|
||||
cp -a 7za $DC_INSTALL_DIR/
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,6 @@ cp -a doublecmd.zdli $DC_INSTALL_DIR/
|
|||
cp -a install/linux/doublecmd.xml $DC_INSTALL_DIR/
|
||||
cp -a doublecmd.ext.example $DC_INSTALL_DIR/
|
||||
cp -a pixmaps.txt $DC_INSTALL_DIR/
|
||||
cp -a default.bar $DC_INSTALL_DIR/
|
||||
cp -a multiarc.ini $DC_INSTALL_DIR/
|
||||
|
||||
# copy plugins
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescrip
|
|||
[Files]
|
||||
Source: "doublecmd\doublecmd.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "doublecmd\doublecmd.zdli"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "doublecmd\default.bar"; DestDir: "{app}"; Flags: onlyifdoesntexist
|
||||
Source: "doublecmd\doublecmd.xml"; DestDir: "{app}"; Flags: onlyifdoesntexist
|
||||
Source: "doublecmd\pixmaps.txt"; DestDir: "{app}"; Flags: onlyifdoesntexist
|
||||
Source: "doublecmd\multiarc.ini"; DestDir: "{app}"; Flags: onlyifdoesntexist
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ copy doublecmd.zdli %DC_INSTALL_DIR%\
|
|||
copy install\windows\doublecmd.xml %DC_INSTALL_DIR%\
|
||||
copy doublecmd.ext.example %DC_INSTALL_DIR%\
|
||||
copy pixmaps.txt %DC_INSTALL_DIR%\
|
||||
copy default.bar %DC_INSTALL_DIR%\
|
||||
copy multiarc.ini %DC_INSTALL_DIR%\
|
||||
rem Copy libraries
|
||||
copy *.dll %DC_INSTALL_DIR%\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue