Skip to content

Commit

Permalink
chore: updated build path to match new root package
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerex committed Jul 5, 2024
1 parent d7014cd commit 8ac62ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ echo -e "\n Formatting packages..."
go fmt ./...

echo -e "\nGenerating Binary..."
go build -o $(dirname $0)/../out/i18n4go ./i18n4go.go
go build -o $(dirname $0)/../out/i18n4go ./i18n4go/i18n4go.go

0 comments on commit 8ac62ea

Please sign in to comment.