Skip to content
Snippets Groups Projects
Commit fab8ee93 authored by David Verelst's avatar David Verelst
Browse files

wine config doc: use registery key current user

parent fc143f8a
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -30,8 +30,8 @@ the HAWC2 executables in here: ...@@ -30,8 +30,8 @@ the HAWC2 executables in here:
``` ```
WINEDIRNAME=".wine32" WINEDIRNAME=".wine32"
WINEARCH=win32 WINEPREFIX=~/$WINEDIRNAME wine regedit /E tmp.reg "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment" WINEARCH=win32 WINEPREFIX=~/$WINEDIRNAME wine regedit /E tmp.reg "HKEY_CURRENT_USER\Environment"
sed -i 's/"PATH"="C:\\\\windows\\\\system32;C:\\\\windows"/"PATH"="C:\\\\windows\\\\system32;C:\\\\windows;C:\\\\bin"/g' tmp.reg echo '"PATH"="c:\\bin"' >> ./tmp.reg
WINEARCH=win32 WINEPREFIX=~/$WINEDIRNAME wine regedit ./tmp.reg WINEARCH=win32 WINEPREFIX=~/$WINEDIRNAME wine regedit ./tmp.reg
rm ./tmp.reg rm ./tmp.reg
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment