mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 01:45:32 +00:00
fix(web): stops creation of empty subdir
This commit is contained in:
parent
7621de2608
commit
edfa31e7c8
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ if builder_start_action prepare:s.keyman.com; then
|
|||
# The main build products are expected to reside at the root of this folder.
|
||||
BASE_PUBLISH_FOLDER="$S_KEYMAN_COM/kmw/engine/$VERSION"
|
||||
echo "FOLDER: $BASE_PUBLISH_FOLDER"
|
||||
mkdir -p "$BASE_PUBLISH_FOLDER/resources"
|
||||
mkdir -p "$BASE_PUBLISH_FOLDER"
|
||||
|
||||
# s.keyman.com - release-config only. It's notably smaller, thus far more favorable
|
||||
# for distribution via cloud service.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue