Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Update build sh
Browse files Browse the repository at this point in the history
  • Loading branch information
erayalkis committed Sep 4, 2023
1 parent 0e1dc16 commit ceb9dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-to-bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ MAC_AMD64_BIN="main-x86_64-apple-darwin"
MS_AMD64_BIN="main-x86_64-pc-windows-msvc.exe"
LINUX_AMD64_BIN="main-x86_64-unknown-linux-gnu"

TAURI_BIN_DIR="./gui/src-tauri/bin"
TAURI_BIN_DIR="./gui/src-tauri/binaries"

[ ! -d "./gui/src-tauri/bin" ] && mkdir ./gui/src-tauri/bin
[ ! -d "./gui/src-tauri/binaries" ] && mkdir ./gui/src-tauri/binaries

printf "${BLUE}[INFO]${NC} STARTING BUILD\n"

Expand Down

0 comments on commit ceb9dbc

Please sign in to comment.