Skip to content

Commit

Permalink
update text to version 5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervanLunteren authored Nov 8, 2024
1 parent a949b4e commit bfb552c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo off
set DATE_OF_LAST_EDIT="7 Nov 2024"

@REM installing version
set CURRENT_VERSION=5.18
set CURRENT_VERSION=5.19

@REM print header
echo:
Expand Down Expand Up @@ -202,7 +202,7 @@ cd "%LOCATION_ECOASSIST_FILES%" || ( echo "Could not change directory to EcoAssi

@REM set conda cmds
@REM check the default locations for a conda install
for %%x in (miniforge3, mambaforge3, miniconda3, anaconda3) do (
for %%x in (miniforge3, mambaforge3, mambaforge, miniconda3, anaconda3) do (
for %%y in ("%ProgramData%", "%HOMEDRIVE%%HOMEPATH%", "%ProgramFiles%", "%ProgramFiles(x86)%", "%LocalAppData%", "%AppData%", "C:\tools") do (
set CHECK_DIR=%%y\%%x\
set CHECK_DIR=!CHECK_DIR:"=!
Expand Down

0 comments on commit bfb552c

Please sign in to comment.