1 Star 0 Fork 0

cliff/git-cola

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pynsist.cfg 1013 Bytes
一键复制 编辑 原始数据 按行查看 历史
David Aguilar 提交于 2020-09-11 22:34 . git-cola v3.8
# https://pynsist.readthedocs.io/en/latest/cfgfile.html
[Application]
name = git-cola
version = 3.8
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.7.4
bitness = 64
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.14.2
PyQt5-sip==12.7.2
pywin32==227
files = share/
exclude = pkgs/PyQt5/QtBluetooth.pyd
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cliffz/git-cola.git
git@gitee.com:cliffz/git-cola.git
cliffz
git-cola
git-cola
main

搜索帮助