Skip to content

Commit c53e37e

Browse files
committed
Updated configuration for new installer and added installer library to requirements.txt
1 parent b809f57 commit c53e37e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ update
7171
virtualenv==15.1.0
7272
Werkzeug==0.11.9
7373
wrapt==1.10.10
74-
wxPython==4.0.0
74+
wxPython==4.0.0
75+
pynsist

src/installer.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Application]
22
name=H2O Utility
3-
version=0.2.9.0
3+
version=0.2.9.5
44
entry_point=VisualUpdater:main
55
icon=visual.ico
66

@@ -58,4 +58,4 @@ files = VisualUpdater.py
5858
directory = ./build/H2OUtilityInstaller/
5959

6060
# The installer name (default is the application name plus the version)
61-
installer_name = H2OUtilityInstaller.exe
61+
installer_name = H2OUtilityInstaller.exe

0 commit comments

Comments
 (0)