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

wine config docs: do not retrieve Environment/PATH key

parent d9502aa6
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -30,8 +30,7 @@ the HAWC2 executables in here:
```
WINEDIRNAME=".wine32"
WINEARCH=win32 WINEPREFIX=~/$WINEDIRNAME wine regedit /E tmp.reg "HKEY_CURRENT_USER\Environment"
echo '"PATH"="c:\\bin"' >> ./tmp.reg
printf 'REGEDIT4\n[HKEY_CURRENT_USER\Environment]\n"PATH"="c:\\bin"' >> ./tmp.reg
WINEARCH=win32 WINEPREFIX=~/$WINEDIRNAME wine regedit ./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