photoshopCClinux/scripts/launcher.sh

19 lines
393 B
Bash
Executable File

#!/usr/bin/env bash
if [ $# -ne 0 ];then
echo "I have no parameters just run the script without arguments"
exit 1
fi
notify-send "Photoshop CC started." -i "photoshop"
SCR_PATH="pspath"
CACHE_PATH="pscache"
RESOURCES_PATH="$SCR_PATH/resources"
WINE_PREFIX="$SCR_PATH/prefix"
export WINEPREFIX="$WINE_PREFIX"
wine "$SCR_PATH/prefix/drive_c/users/$USER/PhotoshopSE/Photoshop.exe"