diff --git a/.gitea/workflows/cross-compile.yaml b/.gitea/workflows/cross-compile.yaml index 2174353..1d4c967 100644 --- a/.gitea/workflows/cross-compile.yaml +++ b/.gitea/workflows/cross-compile.yaml @@ -96,6 +96,7 @@ jobs: export CXX=x86_64-w64-mingw32-g++ export CGO_LDFLAGS="-static-libgcc -static-libstdc++" go-winres simply --icon icon.png --manifest gui + ls -lart go build -o ./pkcs-generator.exe -ldflags -H=windowsgui ./src - name: upload the building actifacts