From 5bf7647cbad37558fe1d825cc7c46e75e9483034 Mon Sep 17 00:00:00 2001 From: nkanaev Date: Fri, 21 Mar 2025 00:42:37 +0000 Subject: [PATCH] fix makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index d0b1ad0..4a0abf0 100644 --- a/makefile +++ b/makefile @@ -68,7 +68,7 @@ darwin_amd64_gui: etc/icon.icns GOOS=darwin GOARCH=amd64 go build $(GO_FLAGS_GUI) -o out/$@/yarr ./cmd/yarr ./etc/macos_package.sh $(VERSION) etc/icon.icns out/$@/yarr out/$@ -windows_amd64_gui: windows_versioninfo +windows_amd64_gui: src/platform/versioninfo.rc GOOS=windows GOARCH=amd64 go build $(GO_FLAGS_GUI_WIN) -o out/$@/yarr.exe ./cmd/yarr windows_arm64_gui: src/platform/versioninfo.rc