IFPass/installer-x64.cfg

48 lines
1.6 KiB
INI

[Application]
name=IFPass
version=3.1
entry_point=IFPass:main
icon=IF.ico
console=true
license_file=LICENSE
[Python]
version=3.7.1
bitness=64
[Include]
# Packages from PyPI that your application requires, one per line
# These must have wheels on PyPI:
pypi_wheels=code128==0.3 # https://pypi.org/project/code128/
colorama==0.4.1 # https://pypi.org/project/colorama/
pyfiglet==0.8.post1 # https://pypi.org/project/pyfiglet/
numpy==1.16.2 # https://pypi.org/project/numpy/
opencv-python==4.0.0.21 # https://pypi.org/project/opencv-python/
Pillow==5.4.1 # https://pypi.org/project/Pillow/
pywin32==224 # https://pypi.org/project/pywin32/
six==1.12.0 # https://pypi.org/project/six/
setuptools==40.8.0 # https://pypi.org/project/setuptools/
PyMuPDF==1.14.12 # https://pypi.org/project/PyMuPDF/
pywinauto==0.6.6 # https://pypi.org/project/pywinauto/
# Must check if future updates of the following packages provide .whl files
# pywinauto needs to be downloaded manually and edit setup to match platform=win32
# 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/x64
installer_name=${PRODUCT_NAME}_${PRODUCT_VERSION}-x64.exe
# Custom Installer :
# Added Desktop shortcut, modified working directory, modified default install and utf-8...
nsi_template=Installer_Template.nsi