Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
|
ad157c73aa | |
|
d61e7073f1 | |
|
f8fc69317c |
|
@ -32,6 +32,8 @@ 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
|
||||||
|
@ -42,7 +44,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 photoshop
|
#install illustrator
|
||||||
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"
|
||||||
|
|
||||||
wine "$SCR_PATH/IllustratorCC17/IllustratorCC64.exe"
|
wine64 "$SCR_PATH/IllustratorCC17/IllustratorCC64.exe"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue