Skip to content

Commit

Permalink
fix: clone
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Dec 31, 2024
1 parent 9a9e6d7 commit 0318f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ build: build-win build-linux
.PHONY: build-linux
build-linux:
@mkdir -p dist
@GOOS=linux go build -o dist/BrowserSwitcher .
@GOOS=linux go build -buildvcs=false -o dist/BrowserSwitcher .

.PHONY: build-win
build-win:
@mkdir -p dist/win
@GOOS=windows go build -o dist/win/BrowserSwitcher.exe .
@GOOS=windows go build -buildvcs=false -o dist/win/BrowserSwitcher.exe .
@cp scripts/reg.reg dist/win/reg.reg

0 comments on commit 0318f03

Please sign in to comment.