mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Visual elements manifest
This commit is contained in:
parent
bf821d801d
commit
e16fe1545c
5 changed files with 11 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ Source: "doublecmd\doublecmd.zdli"; DestDir: "{app}"; Flags: ignoreversion
|
|||
Source: "doublecmd\pinyin.tbl"; DestDir: "{app}"; Flags: onlyifdoesntexist
|
||||
Source: "doublecmd\pixmaps.txt"; DestDir: "{app}"; Flags: onlyifdoesntexist
|
||||
Source: "doublecmd\multiarc.ini"; DestDir: "{app}"; Flags: onlyifdoesntexist
|
||||
Source: "doublecmd\doublecmd.visualelementsmanifest.xml"; DestDir: "{app}"; Flags: onlyifdoesntexist
|
||||
Source: "doublecmd\doc\*"; DestDir: "{app}\doc"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "doublecmd\language\*"; DestDir: "{app}\language"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "doublecmd\pixmaps\*"; DestDir: "{app}\pixmaps"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
|
|
|
|||
8
install/windows/doublecmd.visualelementsmanifest.xml
Normal file
8
install/windows/doublecmd.visualelementsmanifest.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
|
||||
<VisualElements
|
||||
ShowNameOnSquare150x150Logo='on'
|
||||
Square150x150Logo='pixmaps\mainicon\visualelements\doublecmd-150x150.png'
|
||||
Square70x70Logo='pixmaps\mainicon\visualelements\doublecmd-70x70.png'
|
||||
ForegroundText='light'
|
||||
BackgroundColor='#3A75C4'/>
|
||||
</Application>
|
||||
|
|
@ -45,6 +45,8 @@ copy pinyin.tbl %DC_INSTALL_DIR%\
|
|||
rem Copy libraries
|
||||
copy *.dll %DC_INSTALL_DIR%\
|
||||
copy winpty-agent.exe %DC_INSTALL_DIR%\
|
||||
rem Copy manifest
|
||||
copy install\windows\doublecmd.visualelementsmanifest.xml %DC_INSTALL_DIR%\
|
||||
|
||||
rem copy plugins
|
||||
rem WCX
|
||||
|
|
|
|||
BIN
pixmaps/mainicon/visualelements/doublecmd-150x150.png
Normal file
BIN
pixmaps/mainicon/visualelements/doublecmd-150x150.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
pixmaps/mainicon/visualelements/doublecmd-70x70.png
Normal file
BIN
pixmaps/mainicon/visualelements/doublecmd-70x70.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue