This commit is contained in:
2024-02-19 01:53:57 -07:00
parent 9346c395fc
commit 52d39310a0
16 changed files with 19 additions and 17 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")

BIN
stylegen/tw/linux-arm64 Normal file → Executable file

Binary file not shown.

BIN
stylegen/tw/linux-x64 Normal file → Executable file

Binary file not shown.

Binary file not shown.

BIN
stylegen/tw/windows-arm64.exe Normal file → Executable file

Binary file not shown.

BIN
stylegen/tw/windows-x64.exe Normal file → Executable file

Binary file not shown.