From c53e37ef4946690bcd7f468ff7cb2ca8d368d644 Mon Sep 17 00:00:00 2001 From: Juan Date: Tue, 30 Jun 2020 11:52:58 -0400 Subject: [PATCH] Updated configuration for new installer and added installer library to requirements.txt --- requirements.txt | 3 ++- src/installer.cfg | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e6bd81d..240eb33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,4 +71,5 @@ update virtualenv==15.1.0 Werkzeug==0.11.9 wrapt==1.10.10 -wxPython==4.0.0 \ No newline at end of file +wxPython==4.0.0 +pynsist \ No newline at end of file diff --git a/src/installer.cfg b/src/installer.cfg index 77fe59f..ab88c5b 100644 --- a/src/installer.cfg +++ b/src/installer.cfg @@ -1,6 +1,6 @@ [Application] name=H2O Utility -version=0.2.9.0 +version=0.2.9.5 entry_point=VisualUpdater:main icon=visual.ico @@ -58,4 +58,4 @@ files = VisualUpdater.py directory = ./build/H2OUtilityInstaller/ # The installer name (default is the application name plus the version) -installer_name = H2OUtilityInstaller.exe \ No newline at end of file +installer_name = H2OUtilityInstaller.exe