Skip to content

Commit

Permalink
Update windows.iss
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaid committed Nov 28, 2019
1 parent c6d7961 commit 03d3953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_win/windows.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "LPHK"
#define MyAppVersion "b0.1.0"
#define MyAppVersion "b0.1.1"
#define MyAppPublisher "Ella Jameson (nimaid)"
#define MyAppURL "https://github.com/nimaid/LPHK"
#define MyAppExeName "run.bat"
Expand Down Expand Up @@ -65,7 +65,7 @@ end;
procedure MyAfterInstall();
var ResultCode: integer;
begin
WizardForm.StatusLabel.Caption := 'Installing Conda (if not installed)...'
WizardForm.StatusLabel.Caption := 'Installing Conda...'
Exec(ExpandConstant('{tmp}\install_conda_windows.bat'), '', '', SW_HIDE, ewWaitUntilTerminated, ResultCode)
if ResultCode <> 0 then begin
MsgBox('Conda could not be installed!',mbError,MB_OK)
Expand Down

0 comments on commit 03d3953

Please sign in to comment.