-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manifest does not work #29
Comments
Is it because the processor architecture ia64 is not supported? try to change to the following settings: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" version="1.0.0.0" processorArchitecture="*" name="Company.Department.MyApp"/>
</assembly> |
I have tried. The product name and version are still empty. |
I'm afraid I personally probably don't know enough about this to help you. The only things that come to my mind are:
|
You can also use bali |
Ok, I will use either goversioninfo or bali. |
App dir "my_app/"
--- main.go
--- myicon.ico
--- main.manifest
Manifest
syso
I generate the .syso file using the command:
rsrc -ico myicon.ico -manifest main.manifest -o main.syso
Build
I build the exe using the command:
go build
Issue
The exe is compiled and works. The exe icon is shown. But when I look at the properties of the executable, it is the default. The name is not set, for example.
How to fix this?
go1.14.2.windows-amd64
rsrc - latest version
The text was updated successfully, but these errors were encountered: