qBittorrent/src/windows
2013-02-02 02:51:49 +02:00
..
installer-translations Split removal of configuration files to 2 options. 2013-02-02 02:51:47 +02:00
installer.nsi Support adding of windows firewall rule. 2013-02-02 02:51:42 +02:00
options.nsi Add version info to the installer executable. 2013-02-02 02:51:49 +02:00
qbittorrent.nsi Refactor windows installer script to accomodate further translation. Also split it up so it is easier to maintain and extend. 2013-02-02 02:44:33 +02:00
qt.conf Packaging script for Windows. 2012-09-18 22:54:43 +03:00
README.txt Updated installer script to ommit specific translations. 2012-09-18 22:57:16 +03:00
translations.nsi Updated translations.nsi 2013-02-02 02:51:27 +02:00
uninstaller.nsi Split removal of configuration files to 2 options. 2013-02-02 02:51:47 +02:00

You will need NSIS and upx to make the installer.

Open the qbittorrent.nsi file in an editor and change line that contains "!define PROG_VERSION "3.0.3"" to the version of qbittorrent you just built. 

The installer script expects the following file tree:

Root:
translations
	qt_ar.qm
	qt_bg.qm
	qt_ca.qm
	qt_cs.qm
	qt_da.qm
	qt_de.qm
	qt_es.qm	
	qt_fi.qm
	qt_fr.qm
	qt_gl.qm
	qt_he.qm
	qt_hu.qm
	qt_it.qm
	qt_ja.qm
	qt_ko.qm
	qt_lt.qm
	qt_nl.qm
	qt_pl.qm
	qt_pt.qm
	qt_pt_BR.qm
	qt_ru.qm
	qt_sk.qm	
	qt_sv.qm
	qt_tr.qm
	qt_uk.qm
	qt_zh_CN.qm
	qt_zh_TW.qm
license.txt
qbittorrent.exe
qbittorrent.nsi
qt.conf


license.txt is a text file that contains the text rendered from src\gpl.html