This commit is contained in:
2024-02-19 02:02:08 -07:00
parent 084afe9af5
commit 4175c4e31e
9 changed files with 14 additions and 10 deletions

View File

@ -23,6 +23,8 @@ esac
# For macOS, we use a single binary called 'macos'
if [ "$OS" = "macos" ]; then
BINARY="./tw/macos"
# Set execute permissions on the binary
chmod +x $BINARY
else
case $ARCH in
"x86_64")
@ -82,4 +84,4 @@ for PAGE in $PAGES; do
done
# Wait for all background processes to finish
wait
wait