Skip to content

Commit

Permalink
Attempt to enforce utf-8 encoding on settings file. Fixes #726.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Nov 18, 2024
1 parent 51c3b17 commit 5eb5bf9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ for /f "skip=2 tokens=2,*" %%A in ('reg query "HKLM\System\CurrentControlSet\Con
setx /M PATH "%%B;%%NVM_HOME%%;%%NVM_SYMLINK%%"
)

chcp 65001 > nul

if exist "%SYSTEMDRIVE%\Program Files (x86)\" (
set SYS_ARCH=64
) else (
Expand All @@ -21,5 +19,4 @@ set SYS_ARCH=32
(echo root: %NVM_HOME% && echo path: %NVM_SYMLINK% && echo arch: %SYS_ARCH% && echo proxy: none) > %NVM_HOME%\settings.txt

notepad %NVM_HOME%\settings.txt

@echo on

0 comments on commit 5eb5bf9

Please sign in to comment.