IFPass/installer-x86.cfg

60 lines
1.5 KiB
INI
Raw Normal View History

2019-02-07 17:54:26 +01:00
[Application]
name=IFPass
2019-06-20 14:55:29 +02:00
version=3.2
2019-02-07 17:54:26 +01:00
entry_point=IFPass:main
icon=IF.ico
console=true
license_file=LICENSE
[Python]
2019-06-20 14:55:29 +02:00
version=3.7.3
2019-02-07 17:54:26 +01:00
bitness=32
[Include]
# Packages from PyPI that your application requires, one per line
# These must have wheels on PyPI:
2019-03-22 13:02:15 +01:00
# https://pypi.org/project/code128/
# https://pypi.org/project/colorama/
# https://pypi.org/project/pyfiglet/
# https://pypi.org/project/numpy/
# https://pypi.org/project/opencv-python/
# https://pypi.org/project/Pillow/
# https://pypi.org/project/pywin32/
# https://pypi.org/project/six/
# https://pypi.org/project/setuptools/
# https://pypi.org/project/PyMuPDF/
# https://pypi.org/project/pywinauto/
pypi_wheels=code128==0.3
colorama==0.4.1
pyfiglet==0.8.post1
2019-06-20 14:55:29 +02:00
numpy==1.16.4
opencv-python==4.1.0.25
Pillow==6.0.0
2019-03-22 13:02:15 +01:00
pywin32==224
six==1.12.0
2019-06-20 14:55:29 +02:00
setuptools==41.0.1
PyMuPDF==1.14.16
2019-03-22 13:02:15 +01:00
pywinauto==0.6.6
2019-06-20 16:31:44 +02:00
2019-02-07 17:54:26 +01:00
# Must check if future updates of the following packages provide .whl files
# Packages without wheels (Must be installed locally):
packages=PyPDF2
termcolor
# Other files and folders that should be installed
files = LICENSE
Templates
# This optional section adds a command which can be run from the Windows
# command prompt.
[Command IFPass]
entry_point=IFPass:main
[Build]
directory=build/x86
installer_name=${PRODUCT_NAME}_${PRODUCT_VERSION}-x86.exe
# Custom Installer :
# Added Desktop shortcut, modified working directory, modified default install and utf-8...
nsi_template=Installer_Template.nsi