Compare commits
No commits in common. "master" and "v1.1" have entirely different histories.
|
@ -32,8 +32,6 @@ function main() {
|
||||||
error "prefix config failed :("
|
error "prefix config failed :("
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sleep 10
|
|
||||||
|
|
||||||
if [ -f "$WINE_PREFIX/user.reg" ];then
|
if [ -f "$WINE_PREFIX/user.reg" ];then
|
||||||
#add dark mod
|
#add dark mod
|
||||||
set_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
|
#create resources directory we extract downloaded file into this and will be deleted after installation more like /tmp
|
||||||
rmdir_if_exist $RESOURCES_PATH
|
rmdir_if_exist $RESOURCES_PATH
|
||||||
|
|
||||||
#install illustrator
|
#install photoshop
|
||||||
sleep 3
|
sleep 3
|
||||||
install_illustratorCC
|
install_illustratorCC
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
|
@ -13,6 +13,6 @@ WINE_PREFIX="$SCR_PATH/prefix"
|
||||||
|
|
||||||
export WINEPREFIX="$WINE_PREFIX"
|
export WINEPREFIX="$WINE_PREFIX"
|
||||||
|
|
||||||
wine64 "$SCR_PATH/IllustratorCC17/IllustratorCC64.exe"
|
wine "$SCR_PATH/IllustratorCC17/IllustratorCC64.exe"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue