diff options
-rw-r--r-- | Plugins/extraicons/Docs/extraicons.png | bin | 0 -> 40356 bytes | |||
-rw-r--r-- | Plugins/extraicons/Docs/extraicons_readme.txt | 2 | ||||
-rw-r--r-- | Plugins/extraicons/ZIP/doit.bat | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/Plugins/extraicons/Docs/extraicons.png b/Plugins/extraicons/Docs/extraicons.png Binary files differnew file mode 100644 index 0000000..65fbbdd --- /dev/null +++ b/Plugins/extraicons/Docs/extraicons.png diff --git a/Plugins/extraicons/Docs/extraicons_readme.txt b/Plugins/extraicons/Docs/extraicons_readme.txt index abba8d5..3b1a370 100644 --- a/Plugins/extraicons/Docs/extraicons_readme.txt +++ b/Plugins/extraicons/Docs/extraicons_readme.txt @@ -19,7 +19,7 @@ By now it is supported my clist_modern and clist_mw from 0.8#29. I intend to add Thanks to FYR for some code that I copied from clist_modern and to Angeli-Ka for the nice icons.
-To report bugs/make suggestions, go to the forum thread: http://forums.miranda-im.org/showthread.php?t=
+To report bugs/make suggestions, go to the forum thread: http://forums.miranda-im.org/showthread.php?t=178318
diff --git a/Plugins/extraicons/ZIP/doit.bat b/Plugins/extraicons/ZIP/doit.bat index 83b23de..2f5615d 100644 --- a/Plugins/extraicons/ZIP/doit.bat +++ b/Plugins/extraicons/ZIP/doit.bat @@ -20,6 +20,7 @@ del *.dll copy ..\Docs\%name%_changelog.txt
copy ..\Docs\%name%_version.txt
copy ..\Docs\%name%_readme.txt
+copy ..\Docs\%name%.png
mkdir Docs
cd Docs
del /Q *.*
@@ -89,6 +90,7 @@ pause "C:\Program Files\FileZilla\FileZilla.exe" -u .\%name%_changelog.txt %ftp% -overwrite -close
"C:\Program Files\FileZilla\FileZilla.exe" -u .\%name%_version.txt %ftp% -overwrite -close
"C:\Program Files\FileZilla\FileZilla.exe" -u .\%name%_readme.txt %ftp% -overwrite -close
+"C:\Program Files\FileZilla\FileZilla.exe" -u .\%name%.png %ftp% -overwrite -close
:END
|