I've got ready, already compiled python application for windows but there is a problem with making an installer, which creates desktop icon for it when you check a corresponding mark.
I made an installer using clean NSIS
script, fbs
and pynsist
. Actually, there is no problem to create an installer which downloads your app to Program Files
but however I haven't found the way to create an icon which will be shown on desktop.
Any help is appreciated.