feat: embed icon
All checks were successful
Cross-Compile Binaries / compile-linux (push) Successful in 4m47s
Cross-Compile Binaries / compile-windows (push) Successful in 8m43s

This commit is contained in:
2026-02-03 17:06:08 +01:00
parent bdb93bd777
commit b8d1a285ba
8 changed files with 14915 additions and 22 deletions

View File

@@ -95,7 +95,7 @@ jobs:
export CC=x86_64-w64-mingw32-gcc
export CXX=x86_64-w64-mingw32-g++
export CGO_LDFLAGS="-static-libgcc -static-libstdc++"
go-winres simply --icon ./src/icon.png --manifest gui
go-winres simply --icon ./src/icon.ico --manifest gui
mv *.syso ./src
go build -o ./raspscreen.exe -ldflags -H=windowsgui ./src