This commit is contained in:
bpavuk 2022-10-24 18:42:52 +03:00 committed by GitHub
commit 79f073b850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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