Skip to content

Commit

Permalink
Build binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
icheered committed Oct 20, 2022
1 parent a6cf156 commit 17afc20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
GOOS=windows GOARCH=amd64 go build -o bin/WaterMarker_Windows.exe WaterMarker.go

GOOS=darwin GOARCH=amd64 go build -o bin/WaterMarker_MacOS WaterMarker.go

GOOS=linux GOARCH=amd64 go build -o bin/WaterMarker_Linux WaterMarker.go
wails build -platform linux/amd64 -o WaterMarker_Linux
wails build -platform windows/amd64 -o WaterMarker_Windows.exe
2 changes: 1 addition & 1 deletion frontend/package.json.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
af281d83f29a49c45820e690cc0ab6e8
3369211da39dcc63e89750b11fced2dd

0 comments on commit 17afc20

Please sign in to comment.