DRG-Save-Editor icon indicating copy to clipboard operation
DRG-Save-Editor copied to clipboard

execution too complex

Open YokujinKaze opened this issue 1 year ago • 1 comments

the way this tool needs to be executed is way too unnecessarily complex

please provide a compiled version, thank you

YokujinKaze avatar Oct 28 '23 03:10 YokujinKaze

Distributing the source code rather than bundled executables helps users be able to manually verify the integrity of the software and gives users the flexibility to customize it to their needs. I imagine that most people already have the Python interpreter installed anyway, so bundling it in the distribution just adds unnecessary bloat. Python is an interpreted language, so a truly compiled distribution of the script isn’t really doable. It would involve basically bundling the entire Python interpreter, all the scripts’ dependencies, and the script itself and would be platform dependent.

AnthonyMichaelTDM avatar Oct 29 '23 00:10 AnthonyMichaelTDM

#67 should fix this, we'll see once v1.9.0 is released

AnthonyMichaelTDM avatar Jul 11 '24 03:07 AnthonyMichaelTDM