From 17afc20989282e805f337e2c43aaae96c1f52625 Mon Sep 17 00:00:00 2001 From: ICheered Date: Thu, 20 Oct 2022 16:00:28 +0200 Subject: [PATCH] Build binaries --- build.sh | 7 ++----- frontend/package.json.md5 | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/build.sh b/build.sh index 83b0d91..3da4203 100755 --- a/build.sh +++ b/build.sh @@ -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 \ No newline at end of file +wails build -platform linux/amd64 -o WaterMarker_Linux +wails build -platform windows/amd64 -o WaterMarker_Windows.exe \ No newline at end of file diff --git a/frontend/package.json.md5 b/frontend/package.json.md5 index 861cd4d..d69931e 100755 --- a/frontend/package.json.md5 +++ b/frontend/package.json.md5 @@ -1 +1 @@ -af281d83f29a49c45820e690cc0ab6e8 \ No newline at end of file +3369211da39dcc63e89750b11fced2dd \ No newline at end of file