Closed Gelembjuk closed 4 years ago
I am afraid that this project will not be able to successfully handle your request. Gotk3 is only a solution for a special problem. Namely the provision of an interface for the general framework gtk for the programming language go.
In my opinion, icons from the system should be located in the respective system paths, own icons, in the paths provided for them. everything in a compiled in single exe is unusual.
Sorry, can't help you.
Currently i have found a way to deploy. I just included all dll files from \msys64\mingw64\bin in my installation package. I am not sure if this is best way. But it works.
However, i got another problem - icons. Now error is bout icon can not be laded. How to add that icon or icons or theme to my application? maybe it can be compiled in single exe ?
Original post I have coded the app with using gotk. It works on my dev machine.
But when i copy the exe file to another windows machine, it shows errors about missed dll
How to build install package to deploy GTK app? In general, i know how to make install packages. But how to know which DLL files to include in he package? Maybe there is some wiki for this or best practice?