Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/illustratorSetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function install_illustratorCC() {
local filename="illustratorCC17.tgz"
local filemd5="d470b541cef1339a66ea33a998801f83"
# local filelink="http://127.0.0.1:4050/illustratorCC17.tgz"
local filelink="https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz"
local filelink="https://downloads.runebase.io/illustratorCC17.tgz"
local filepath="$CACHE_PATH/$filename"

download_component $filepath $filemd5 $filelink $filename
Expand Down
2 changes: 1 addition & 1 deletion scripts/launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"


2 changes: 1 addition & 1 deletion scripts/sharedFuncs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function download_component() {

if [ "$ariapkg" == "true" ];then
show_message "using aria2c to download $4"
aria2c -c -x 8 -d "$CACHE_PATH" -o $4 $3
aria2c -c -x 16 -s 16 -d "$CACHE_PATH" -o "$4" "$3"
downrez=$?

elif [ "$curlpkg" == "true" ];then
Expand Down