Skip to content

Commit b0f562b

Browse files
author
Tom
committed
Release 1.0.23
1 parent 0f55dbf commit b0f562b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup-windows.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ IF NOT !errorlevel! EQU 0 (
7070
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) >$null 2>&1" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
7171
CALL :CHECK_FAIL
7272
IF EXIST C:\ProgramData\chocolatey\bin (
73-
if not x%PATH:\ProgramData\chocotatey\bin=%==x%str1% (
73+
for /f %%i in ('echo "%PATH: =%"') do set STR_PATH=%%i
74+
if not x%STR_PATH:chocolatey=%==x%STR_PATH% (
7475
echo .
7576
echo It appears that chocolatey did not make it in to the PATH, please reopen this admin window or please add C:\ProgramData\chocolatey\bin to the PATH manually
7677
echo .

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "local setup",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
44
"private": true,
55
"dependencies": {},
66
"author": "rishabhtulsian"

0 commit comments

Comments
 (0)