Merge pull request #1146 from mmargoliono/stage-selected-lines-on-untracked-file
[git-cola.git] / pynsist.cfg
blob40b5fb62e353542fb8621ca89421400b47dc85dc
1 # https://pynsist.readthedocs.io/en/latest/cfgfile.html
3 [Application]
4 name = git-cola
5 version = 3.10
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.7.9
17 bitness = 64
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-cola-sequence-editor]
30 entry_point = cola.sequenceeditor:winmain
31 extra_preamble = contrib/win32/pynsist-preamble.py
33 [Command git-dag]
34 entry_point = cola.dag:winmain
35 extra_preamble = contrib/win32/pynsist-preamble.py
37 [Include]
38 packages = cola
39     qtpy
40 pypi_wheels = PyQt5==5.14.2
41     PyQt5-sip==12.7.2
42     pywin32==227
43     send2trash==1.7.1
44 files = share/
45 exclude = pkgs/PyQt5/QtBluetooth.pyd
46     pkgs/PyQt5/QtDesigner.pyd
47     pkgs/PyQt5/QtQuick.pyd
48     pkgs/PyQt5/QtQuickWidgets.pyd
49     pkgs/PyQt5/QtQml.pyd
50     pkgs/PyQt5/Qt/bin/Qt5Bluetooth.dll
51     pkgs/PyQt5/Qt/bin/Qt5Designer.dll
52     pkgs/PyQt5/Qt/bin/Qt5Quick.dll
53     pkgs/PyQt5/Qt/bin/Qt5QuickControls2.dll
54     pkgs/PyQt5/Qt/bin/Qt5QuickParticles.dll
55     pkgs/PyQt5/Qt/bin/Qt5QuickShapes.dll
56     pkgs/PyQt5/Qt/bin/Qt5QuickTemplates.dll
57     pkgs/PyQt5/Qt/bin/Qt5QuickTest.dll
58     pkgs/PyQt5/Qt/bin/Qt5QuickWidgets.dll
59     pkgs/PyQt5/Qt/bin/Qt5Qml.dll