Add recipe for NSIS installer with pynsis

develop
knotteye 2021-04-17 00:28:27 -05:00
parent ec3a5a49cd
commit a6a3ae2b6b
1 changed files with 26 additions and 0 deletions

26
installer.cfg Normal file
View File

@ -0,0 +1,26 @@
[Application]
name=PlChat
version=1.0
entry_point=plchat:main
icon = fedi.ico
[Python]
version=3.8.8
bitness=64
format=bundled
[Include]
pypi_wheels = python-dateutil==2.8.1
QtPy==1.9.0
keyring==22.0.1
PySide2==5.15.2
appdirs==1.4.4
python-magic==0.4.22
python-magic-bin==0.4.14
websockets==8.1
files = LICENSE
fedi.svg
send.svg
unread.svg
COPYING