Skip to content

Commit

Permalink
build: fix errors in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ankddev authored Dec 18, 2024
1 parent faa6632 commit 3bb3541
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ func main() {
if !isWindows() {
os.Exit(1)
}


s := spinner.New(spinner.CharSets[14], 100*time.Millisecond)

s.Suffix = " [1/4] Building..."
s.FinalMSG = "[3/4] Building...\n"
s.HideCursor = true
Expand Down Expand Up @@ -80,7 +82,6 @@ func main() {
"bin": binDir,
}

s := spinner.New(spinner.CharSets[14], 100*time.Millisecond)
s.Suffix = " [2/4] Adding directories..."
s.FinalMSG = "[2/4] Adding directories...\n"
s.HideCursor = true
Expand Down

0 comments on commit 3bb3541

Please sign in to comment.