forked from git-cola/git-cola
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpynsist.cfg
40 lines (33 loc) · 1007 Bytes
/
pynsist.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# https://pynsist.readthedocs.io/en/latest/cfgfile.html
[Application]
name = git-cola
version = 3.4
entry_point = cola.main:shortcut_launch
icon = share/git-cola/icons/git-cola.ico
extra_preamble = contrib/win32/pynsist-preamble.py
# We might want to pursue shell integration, which would at minimum require a
# custom template. https://pynsist.readthedocs.io/en/latest/design.html
# [Build]
# nsi_template = contrib/win32/pynsist-template.nsi
[Python]
version = 3.6.4
bitness = 32
format = bundled
[Shortcut git-dag]
entry_point = cola.dag:shortcut_launch
icon = share/git-cola/icons/git-cola.ico
extra_preamble = contrib/win32/pynsist-preamble.py
[Command git-cola]
entry_point = cola.main:winmain
extra_preamble = contrib/win32/pynsist-preamble.py
[Command git-dag]
entry_point = cola.dag:winmain
extra_preamble = contrib/win32/pynsist-preamble.py
[Include]
packages = cola
qtpy
pypi_wheels = PyQt5==5.10.1
sip==4.19.8
pywin32==223
files = share/
exclude = pkgs/PyQt5/QtBluetooth.pyd