Skip to content

Commit

Permalink
Update RETINA.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nrlquaker committed May 4, 2021
1 parent 48d1fc9 commit b8439fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion retina_mode/RETINA.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ WINEPREFIX="/Users/$(whoami)/Library/Application Support/com.mikrotik.winbox" /A
WINEPREFIX="/Users/$(whoami)/Library/Application Support/com.mikrotik.winbox" /Applications/Winbox-mac.app/Contents/Resources/wine/bin/wine64 reg add "HKEY_CURRENT_USER\Software\Wine\Mac Driver" /v "RetinaMode" /t REG_SZ /d "y"
```

If you want to import the registry manually,`retina.reg` is available [here](https://github.com/nrlquaker/winbox-mac/blob/master/retina_mode/retina.reg).
If you want to import the registry manually, run:
```
WINEPREFIX="/Users/$(whoami)/Library/Application Support/com.mikrotik.winbox" /Applications/Winbox-mac.app/Contents/Resources/wine/bin/wine64 regedit retina.reg
```

`retina.reg` is available [here](https://github.com/nrlquaker/winbox-mac/blob/master/retina_mode/retina.reg).

<p align="center">
<img src="screenshot.png" width="650">
Expand Down

0 comments on commit b8439fb

Please sign in to comment.