updated README.md. This commit almost fixes issue #62

This commit is contained in:
bpavuk 2022-10-24 18:39:56 +03:00
parent 5f8f0adcdd
commit 9a25e57127
1 changed files with 12 additions and 2 deletions

View File

@ -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