Compare commits

..

No commits in common. "master" and "v1.1" have entirely different histories.
master ... v1.1

2 changed files with 2 additions and 4 deletions

View File

@ -32,8 +32,6 @@ function main() {
error "prefix config failed :("
fi
sleep 10
if [ -f "$WINE_PREFIX/user.reg" ];then
#add dark mod
set_dark_mod
@ -44,7 +42,7 @@ function main() {
#create resources directory we extract downloaded file into this and will be deleted after installation more like /tmp
rmdir_if_exist $RESOURCES_PATH
#install illustrator
#install photoshop
sleep 3
install_illustratorCC
sleep 5

View File

@ -13,6 +13,6 @@ WINE_PREFIX="$SCR_PATH/prefix"
export WINEPREFIX="$WINE_PREFIX"
wine64 "$SCR_PATH/IllustratorCC17/IllustratorCC64.exe"
wine "$SCR_PATH/IllustratorCC17/IllustratorCC64.exe"