Currently the program depends on python.exe being at C:\Python310. This dependence needs to be removed. There may be a few ways:
- Converting the python script into an executable
- Having the NSIS script find and pull the installation location from the registry
- Checking if Python is in the PATH and running the command with it.
Currently the program depends on python.exe being at C:\Python310. This dependence needs to be removed. There may be a few ways: