Reputation: 3029
Is there any command line tool for Linux (FreeBSD, etc) which can modify like Resource Hacker versioninfo in exe file?
There are some utils for that purpose under Windows, but I'm doing cross-building of Windows Tcl Starpacks on FreeBSD.
Of cource it is possible to recompile TclKit with my versioninfo and icons but I don't want to do it for each different application--it seems that tweaking starpack's .exe afterward is a better solution.
Thanks in advance.
Upvotes: 1
Views: 5353
Reputation:
You can run Resource Hacker under FreeBSD using wine (it's marked as working in wines AppDB).
Upvotes: 2