i18n: update translations for v3.4
[git-cola.git] / pynsist.cfg
blob2c01705ff6488d0d829d35bd98c67c32e5bb5e00
1 # https://pynsist.readthedocs.io/en/latest/cfgfile.html
3 [Application]
4 name = git-cola
5 version = 3.3
6 entry_point = cola.main:shortcut_launch
7 icon = share/git-cola/icons/git-cola.ico
8 extra_preamble = contrib/win32/pynsist-preamble.py
10 # We might want to pursue shell integration, which would at minimum require a
11 # custom template.  https://pynsist.readthedocs.io/en/latest/design.html
12 # [Build]
13 # nsi_template = contrib/win32/pynsist-template.nsi
15 [Python]
16 version = 3.6.4
17 bitness = 32
18 format = bundled
20 [Shortcut git-dag]
21 entry_point = cola.dag:shortcut_launch
22 icon = share/git-cola/icons/git-cola.ico
23 extra_preamble = contrib/win32/pynsist-preamble.py
25 [Command git-cola]
26 entry_point = cola.main:winmain
27 extra_preamble = contrib/win32/pynsist-preamble.py
29 [Command git-dag]
30 entry_point = cola.dag:winmain
31 extra_preamble = contrib/win32/pynsist-preamble.py
33 [Include]
34 packages = cola
35     qtpy
36 pypi_wheels = PyQt5==5.10.1
37     sip==4.19.8
38     pywin32==223
39 files = share/
40 exclude = pkgs/PyQt5/QtBluetooth.pyd