Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Dec 31, 2024
1 parent c1a75f7 commit 35f403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: build-win build-linux
.PHONY: build-linux
build-linux:
@mkdir -p dist
@GOOS=linux go build -buildvcs=false -o dist/BrowserSwitcher .
@GOOS=linux go build -buildvcs=false -o dist/linux/BrowserSwitcher cmd/switcher/main.go

.PHONY: build-win
build-win:
Expand Down

0 comments on commit 35f403b

Please sign in to comment.