Gictorbit / illustratorCClinux

Illustrator CC v17 installer for Gnu/Linux
GNU General Public License v3.0
800 stars 102 forks source link

Replace user path with Script Path inside `launcher.sh`. #39

Closed GamePlayer-8 closed 1 year ago

GamePlayer-8 commented 1 year ago

Heyo,

It's just a suggestion.

What if use variable:

SCRIPT_PATH=$(dirname $(realpath $0))

and set variables like so:

notify-send "Illustrator CC" "Illustrator CC launched." -i $SCRIPT_PATH"/AiIcon.png"

SCR_PATH=$SCRIPT_PATH"/.."
CACHE_PATH="~/.cache/illustratorCC17"

inside launcher.sh?