Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
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
Updated server name in the prebuilts upload script
  • Loading branch information
livecodepanos committed Sep 16, 2019
commit 2fe4f43bf080dbbf0db6841543f7aeb2661fb49e
2 changes: 1 addition & 1 deletion prebuilt/upload-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PACKAGE_DIR="packaged"
echo "Uploading packages"

# Upload settings
UPLOAD_SERVER="meg.on-rev.com"
UPLOAD_SERVER="downloads.livecode.com"
UPLOAD_FOLDER="prebuilts/"
UPLOAD_MAX_RETRIES=10

Expand Down