Skip to content

Commit

Permalink
Fixed rsrc pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
xackery committed Feb 9, 2023
1 parent eb22fce commit 5690ba6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

*.syso
# Dependency directories (remove the comment below to include it)
# vendor/
launcheq.txt
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ build-linux:
.PHONY: build-windows
build-windows:
@echo "Building Windows ${VERSION}"
@GOOS=windows GOARCH=amd64 go build -buildmode=pie -ldflags="-X main.Version=${VERSION} -X main.PatcherUrl=${PATCHER_URL} -s -w" -o bin/${NAME}.exe main.go
go install github.com/akavel/rsrc@latest
rsrc -ico launcheq.ico -manifest launcheq.exe.manifest
GOOS=windows GOARCH=amd64 go build -buildmode=pie -ldflags="-X main.Version=${VERSION} -X main.PatcherUrl=${PATCHER_URL} -s -w" -o bin/${NAME}.exe
Binary file added launcheq.ico
Binary file not shown.
Binary file removed rsrc_windows_386.syso
Binary file not shown.
Binary file removed rsrc_windows_amd64.syso
Binary file not shown.

0 comments on commit 5690ba6

Please sign in to comment.