chore: add logo reference inside source
All checks were successful
Cross-Compile Binaries / compile-linux (push) Successful in 3m49s
Cross-Compile Binaries / compile-windows (push) Successful in 9m24s

This commit is contained in:
2026-01-14 08:44:12 +01:00
parent 184e6e70b8
commit ccc75b5ff3
2 changed files with 2 additions and 2 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 icon.png --manifest gui
go-winres simply --icon ./src/icon.png --manifest gui
mv *.syso ./src
go build -o ./akartontv.exe -ldflags -H=windowsgui ./src