Skip to content

Commit 32bd4b2

Browse files
Release 1.0.97
1 parent a4cef8e commit 32bd4b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GOTO :eof
6868
where choco >$null 2>&1
6969
IF NOT !errorlevel! EQU 0 (
7070
ECHO Installing chocolatey...
71-
@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"
71+
@powershell -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
7272
CALL :CHECK_FAIL
7373
)
7474
GOTO :eof

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.96",
3+
"version": "1.0.97",
44
"private": true,
55
"dependencies": {},
66
"author": "rishabhtulsian"

0 commit comments

Comments
 (0)