DRG-Save-Editor
DRG-Save-Editor copied to clipboard
execution too complex
the way this tool needs to be executed is way too unnecessarily complex
please provide a compiled version, thank you
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.
#67 should fix this, we'll see once v1.9.0 is released