-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstaller.cfg
More file actions
40 lines (35 loc) · 1.01 KB
/
Copy pathinstaller.cfg
File metadata and controls
40 lines (35 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[Application]
#https://pynsist.readthedocs.io/en/latest/cfgfile.html#application-section
name=RocketType
version=0.4.1
entry_point=keylogger:main
icon=keylogger/icon.ico
[Python]
version=3.8.5
[Include]
# Packages from PyPI that your application requires, one per line
# These must have wheels on PyPI:
# https://pynsist.readthedocs.io/en/latest/cfgfile.html#include-section
# Look them up here: https://pypi.org/
pypi_wheels = pynput==1.6.8
win10toast==0.9
six==1.15.0
setuptools==49.6.0
pywin32==228
PyQt5==5.15.0
sip==5.4.0
PyQt5-sip==12.8.1
pandas==1.1.1
numpy==1.19.1
pytz==2020.1
python-dateutil==2.8.1
# Other files and folders that should be installed
# files = LICENSE
# data_files
# files=keylogger/
files = dictionaries/
[Build]
# The path of a template .nsi file to specify further details of the installer. The default template is part of pynsist.
# https://pynsist.readthedocs.io/en/latest/cfgfile.html#build-section
nsi_template=my_pyapp.nsi
directory=build/nsis