Skip to content

Commit

Permalink
Merge pull request #821 from ONLYOFFICE/release/v8.1.0
Browse files Browse the repository at this point in the history
Release/v8.1.0
  • Loading branch information
K0R0L authored Jun 3, 2024
2 parents fd7c3c6 + 684f478 commit 8f63377
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion develop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ instruction show how to use docker without sudo.
```bash
cd build_tools/develop
docker pull onlyoffice/documentserver
docker build -t documentserver-develop .
docker build --no-cache -t documentserver-develop .
```

**Note**: The dot at the end is required.
Expand Down
2 changes: 2 additions & 0 deletions scripts/core_common/modules/icu.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def make():
if (-1 != config.option("platform").find("android")):
icu_android.make()

os.chdir(base_dir)

icu_major = "58"
icu_minor = "3"

Expand Down
2 changes: 1 addition & 1 deletion scripts/package_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def make_macos():

if common.deploy and ret:
utils.log_h2("builder deploy")
ret = s3_upload([builder_tar], "builder/mac/")
ret = s3_upload([builder_tar], "builder/mac/generic/")
utils.set_summary("builder deploy", ret)

utils.set_cwd(common.workspace_dir)
Expand Down

0 comments on commit 8f63377

Please sign in to comment.