Skip to content

Commit

Permalink
test(windows) fix in install.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
LinceMathew committed Feb 24, 2024
1 parent ac88b74 commit 68d6953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ for /f "delims=" %%v in ('powershell -Command "(Invoke-RestMethod -Uri 'https://

:: Set URLs and file names
set DOWNLOAD_URL=https://github.com/HexmosTech/glee/releases/latest/download
set ZIP_FILE_NAME=glee-v%LATEST_VERSION%-windows-%PROCESSOR_ARCHITECTURE%.zip
set ZIP_FILE_NAME=glee-%LATEST_VERSION%-windows-%PROCESSOR_ARCHITECTURE%.zip
set MD5_FILE_NAME=%ZIP_FILE_NAME%.md5
set NEW_NAME=glee.exe

Expand Down

0 comments on commit 68d6953

Please sign in to comment.