Merge 9a25e57127
into 5f8f0adcdd
This commit is contained in:
commit
79f073b850
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
|
> **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
|
installer script use `winetricks` to install necessary components
|
||||||
|
|
||||||
## :wine_glass: wineprefix Configuration
|
## :wine_glass: wineprefix Configuration
|
||||||
|
|
Loading…
Reference in New Issue