Skip to content

Commit

Permalink
docs: translate comments in generate-sea script
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoloklom committed Dec 6, 2024
1 parent 705da6c commit feccdec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate-sea.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/sh

# Проверка, что путь к файлу генерации передан как аргумент
# Checking that the path to the generation file is passed as an argument
if [ -z "$1" ]; then
echo "Usage: $0 <path_to_generation_file>"
exit 1
fi

GENERATION_PATH="$1"

# Выполнение команд
# Generate binary
rm -rf "$GENERATION_PATH" && rm -rf sea-prep.blob && \
mkdir -p "$(dirname "$GENERATION_PATH")" && \
node --experimental-sea-config sea-config.json && \
Expand Down

0 comments on commit feccdec

Please sign in to comment.