Skip to content

Commit

Permalink
fix: fixed names of built binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
aggregat4 committed Mar 6, 2024
1 parent 259494f commit 830a405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
go build -v -buildvcs=false --tags "fts5" -o bin/gobookmarks cmd/server/main.go
go build -v -buildvcs=false --tags "fts5" -o bin/bookmarkimporter cmd/importer/main.go
go build -v --tags "fts5" -o bin/bmserver cmd/server/main.go
go build -v --tags "fts5" -o bin/bmimporter cmd/importer/main.go

0 comments on commit 830a405

Please sign in to comment.