[Contrib] add windows installer

This commit is contained in:
Bezleputh 2013-10-16 21:03:05 +02:00 committed by Florent Fourcot
commit 72a4de7e30
9 changed files with 636 additions and 0 deletions

View file

@ -0,0 +1,3 @@
@echo off
call settings.cmd
"Bat_To_Exe_Converter.exe" -bat "setup-weboob.bat" -save "setup-weboob-%WEBOOB_VERSION%.exe" -icon "ICON\weboobtxt.ico" -include "Bat_To_Exe_Converter.exe" -include "wget-1.11.4-1-setup.exe" -include "weboob-%WEBOOB_VERSION%-py2.7.egg" -include "convertPNG2ICO.py" -include "ez_setup.py" -include "settings.cmd"