cross compile builds

This commit is contained in:
DaanSelen
2026-04-01 11:37:08 +02:00
parent 5ef080cc2e
commit ae42da2101
5 changed files with 104 additions and 23 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ jobs:
export CGO_LDFLAGS="-static-libgcc -static-libstdc++"
go-winres simply --icon ./src/Icon.png --manifest gui
mv *.syso ./src
go build -o ./patchworks.exe -ldflags -H=windowsgui ./src
go build -o ./patchworks.exe -tags "windows" -ldflags -H=windowsgui ./src
- name: Compile the fyne application DEBUG style for Windows
run: |