python-embedded-launcher icon indicating copy to clipboard operation
python-embedded-launcher copied to clipboard

`launcher_tool.resource_editor` looses attached zip

Open zsquareplusc opened this issue 8 years ago • 0 comments

The resource editor uses Windows API calls to edit the resources on the exe file. This API rewrites the file but does not copy the data attached to the exe.

Implementing the resource editor in Python could fix this, as well as make it more portable so that this could also be run under other operating systems.

zsquareplusc avatar Jan 25 '17 17:01 zsquareplusc