mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-25 17:17:43 +00:00
maint(mac): use build/upload as upload path for downloads.keyman.com
Test-bot: skip Build-bot: skip
This commit is contained in:
parent
26b151c9f1
commit
cd7fdcb57e
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ function _publish_to_downloads_keyman_com() {
|
|||
|
||||
# Note that the `rsync` tool that exists on Macs by default is a very old version and must be updated to a newer version, e.g. by using Homebrew.
|
||||
|
||||
UPLOAD_DIR="Keyman4MacIM/output/upload/${KEYMAN_VERSION}"
|
||||
UPLOAD_DIR="${KEYMAN_ROOT}/mac/build/upload/${KEYMAN_VERSION}"
|
||||
|
||||
# Set permissions as required on download site
|
||||
builder_echo "Setting upload file permissions for downloads.keyman.com"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue