You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to use the script to setup the WINEPREFIX in somewhere that's not the home directory? I have a very small SSD and I can't afford to put Photoshop in it
The text was updated successfully, but these errors were encountered:
this is like #9
you can use -d switch to specify installation path, and -c for the cache directory.
for example:
./PhotoshopSetupCustom.sh -d /mnt/myfiles/photoshop
or
./PhotoshopSetup.sh -d /mnt/myfiles/photoshop -c /mnt/cache
if you don't use it, installer script uses the default path
also, uninstaller script and others will detect your custom path so there is no problem
I recommend just use -d argument and use default cache directory
this feature is under test after testing I'll add it to setup.sh
Is there a way to use the script to setup the WINEPREFIX in somewhere that's not the home directory? I have a very small SSD and I can't afford to put Photoshop in it
The text was updated successfully, but these errors were encountered: