Registry / utility / akavel-rsrc

akavel-rsrc

JSON →
library0.10.2gogounverified

A tool and library for embedding resources (e.g., icons, manifests) into Windows executables written in Go.

go get github.com/akavel/rsrc
INSTALL
IMPORT
SIG · AKAVEL-RSRC
A
akavel-rsrc
utilitygov0.10.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rsrc
github.com/akavel/rsrc

Embed a manifest and icon into a Windows executable.

package main import ( "github.com/akavel/rsrc" ) func main() { rsrc.Embed("main.exe", "manifest.xml", "icon.ico") }
Debug
Known issues
gotchaOnly works on Windows or when cross-compiling for Windows.
fix
Use GOOS=windows and ensure you have the necessary tools.
affects: >=0.0.0
Upgrade
Version history
0.10.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
OpenAI (training)
1
Resources
akavel-rsrc — go get akavel-rsrc · libregistry