Skip to content

Commit c2b8be8

Browse files
Update embed.md
Signed-off-by: Andrey Bolonin <andreybolonin@users.noreply.github.com>
1 parent 6ae610c commit c2b8be8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/ru/embed.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,8 @@ EMBED=/path/to/your/app ./build-static.sh
139139
На Linux созданный бинарный файл сжимается с помощью [UPX](https://upx.github.io).
140140

141141
На Mac для уменьшения размера файла перед отправкой его можно сжать. Рекомендуется использовать `xz`.
142+
143+
## Отключение UPX
144+
```console
145+
RUN NO_COMPRESS=1 ./build-static.sh
146+
```

0 commit comments

Comments
 (0)