updated README.md. This commit almost fixes issue #62
This commit is contained in:
parent
5f8f0adcdd
commit
9a25e57127
10
README.md
10
README.md
|
@ -81,6 +81,16 @@ during installation please pay attention to the script messages
|
|||
|
||||
> **NOTE :** make sure OS version in wine is on windows 7
|
||||
|
||||
> **WARNING :** you need to edit the registry of your wineprefix, otherwise it won't have proper functionality.
|
||||
|
||||
execute this:
|
||||
|
||||
```bash
|
||||
WINEPREFIX=$HOME/.photoshopCCV19/prefix winetricks regedit
|
||||
```
|
||||
|
||||
in opened window go to HKEY_CURRENT_USER/Software/Adobe/CSXS.8 then click Edit -> New -> String Value. Name it PlayerDebugMode and set it to 1
|
||||
|
||||
installer script use `winetricks` to install necessary components
|
||||
|
||||
## :wine_glass: wineprefix Configuration
|
||||
|
|
Loading…
Reference in New Issue