Removed unused files.
Moved installer files into the ReleaseBuilder
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Categories=System;Archiving;FileTools;Filesystem;
|
||||
Type=Application
|
||||
Name=Duplicati
|
||||
GenericName= Backup tool
|
||||
GenericName[es]= Copias de respaldo
|
||||
Comment= Create and maintain local and remote backup copies of your data
|
||||
Comment[es]= Cree y mantenga copias de seguridad locales y remotas
|
||||
Exec=duplicati
|
||||
Icon=duplicati
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 579 B |
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{fill:#D0CDC6;}
|
||||
.st2{fill:#FFFFFF;}
|
||||
.st3{fill:#1D4775;}
|
||||
.st4{fill:#8194A9;}
|
||||
.st5{fill:#EBF1F5;}
|
||||
.st6{fill:#65B1DD;}
|
||||
.st7{fill:#336697;}
|
||||
</style>
|
||||
<g id="backgrounds" class="st0">
|
||||
<rect id="black" x="-16" y="-16" width="64" height="64"/>
|
||||
<rect id="win2k" x="-16" y="-16" class="st1" width="64" height="64"/>
|
||||
<rect id="white" x="-16" y="-16" class="st2" width="64" height="64"/>
|
||||
<rect id="win7_aero" x="-16" y="-16" class="st3" width="64" height="64"/>
|
||||
<rect id="win7_1_" x="-16" y="-16" class="st4" width="64" height="64"/>
|
||||
<rect id="macosx" x="-16" y="-16" class="st5" width="64" height="64"/>
|
||||
</g>
|
||||
<g id="icon">
|
||||
<g id="small_8_">
|
||||
<path class="st6" d="M15,28c-1.7,0-3-1.3-3-3v-5c0-1.7,1.3-3,3-3h8c1.7,0,3,1.3,3,3v5c0,1.7-1.3,3-3,3H15z"/>
|
||||
<path class="st2" d="M23,18c1.1,0,2,0.9,2,2v5c0,1.1-0.9,2-2,2h-8c-1.1,0-2-0.9-2-2v-5c0-1.1,0.9-2,2-2H23 M23,16h-8
|
||||
c-2.2,0-4,1.8-4,4v5c0,2.2,1.8,4,4,4h8c2.2,0,4-1.8,4-4v-5C27,17.8,25.2,16,23,16L23,16z"/>
|
||||
</g>
|
||||
<g id="middle_8_">
|
||||
<path class="st7" d="M4,30c-1.7,0-3-1.3-3-3v-7c0-1.7,1.3-3,3-3h10c1.7,0,3,1.3,3,3v7c0,1.7-1.3,3-3,3H4z"/>
|
||||
<path class="st2" d="M14,18c1.1,0,2,0.9,2,2v7c0,1.1-0.9,2-2,2H4c-1.1,0-2-0.9-2-2v-7c0-1.1,0.9-2,2-2H14 M14,16H4
|
||||
c-2.2,0-4,1.8-4,4v7c0,2.2,1.8,4,4,4h10c2.2,0,4-1.8,4-4v-7C18,17.8,16.2,16,14,16L14,16z"/>
|
||||
</g>
|
||||
<g id="big_10_">
|
||||
<path class="st3" d="M12,21c-1.7,0-3-1.3-3-3V6c0-1.7,1.3-3,3-3h16c1.7,0,3,1.3,3,3v12c0,1.7-1.3,3-3,3H12z"/>
|
||||
<path class="st2" d="M28,4c1.1,0,2,0.9,2,2v12c0,1.1-0.9,2-2,2H12c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2H28 M28,2H12
|
||||
C9.8,2,8,3.8,8,6v12c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V6C32,3.8,30.2,2,28,2L28,2z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,62 @@
|
||||
/* XPM */
|
||||
static char *appicon_32x32[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 24 1 ",
|
||||
" c #1D4775",
|
||||
". c #365B84",
|
||||
"X c #375C85",
|
||||
"o c #336697",
|
||||
"O c #4976A2",
|
||||
"+ c #4977A2",
|
||||
"@ c #4A77A3",
|
||||
"# c #517DA6",
|
||||
"$ c #65B1DD",
|
||||
"% c #77BAE1",
|
||||
"& c #BDCAD7",
|
||||
"* c #BECAD7",
|
||||
"= c #BFCBD8",
|
||||
"- c #BACBDC",
|
||||
"; c #BDCEDE",
|
||||
": c #C4D3E1",
|
||||
"> c #C5D3E1",
|
||||
", c #C5D4E2",
|
||||
"< c #D4E9F5",
|
||||
"1 c #F0F4F7",
|
||||
"2 c #F4F7F9",
|
||||
"3 c #FEFEFE",
|
||||
"4 c white",
|
||||
"5 c None",
|
||||
/* pixels */
|
||||
"55555555555555555555555555555555",
|
||||
"55555555555555555555555555555555",
|
||||
"55555555554444444444444444444455",
|
||||
"55555555544444444444444444444445",
|
||||
"5555555544&. .&44",
|
||||
"5555555544. .44",
|
||||
"5555555544 44",
|
||||
"5555555544 44",
|
||||
"5555555544 44",
|
||||
"5555555544 44",
|
||||
"5555555544 44",
|
||||
"5555555544 44",
|
||||
"5555555544 44",
|
||||
"5555555544 44",
|
||||
"5555555544 44",
|
||||
"5555555544 44",
|
||||
"5544444444 44",
|
||||
"5444444444 44",
|
||||
"44,+oooo24. .44",
|
||||
"44+ooooo=4=. X=44",
|
||||
"44oooooo#14444444444444444444445",
|
||||
"44ooooooo@=244444444444444444455",
|
||||
"44oooooooooooooo44$$$$$$$4455555",
|
||||
"44oooooooooooooo44$$$$$$$4455555",
|
||||
"44oooooooooooooo44$$$$$$$4455555",
|
||||
"44oooooooooooooo44$$$$$$%4455555",
|
||||
"44oooooooooooooo44$$$$$%<4455555",
|
||||
"44@oooooooooooo@4444444444555555",
|
||||
"44,@oooooooooo@,4444444445555555",
|
||||
"54444444444444444555555555555555",
|
||||
"55444444444444445555555555555555",
|
||||
"55555555555555555555555555555555"
|
||||
};
|
||||
Reference in New Issue
Block a user