fritzlb / iOS17-JIT-WIN

Enable JIT on iOS 17 using a windows PC
GNU General Public License v3.0
125 stars 4 forks source link

Create install_norestart.bat #60

Closed TechnicallyJackson closed 2 months ago

TechnicallyJackson commented 2 months ago

Just a way to give an alternative option for installing the program

fritzlb commented 2 months ago

First of all thank you for the contribution! If I read your code correctly, isn’t this unnecessary as the script asks if you would like to restart? Last time I checked clicking „No“ worked perfectly fine. In case I‘m overseeing something and there is a real world scenario in which this is useful please let me know, I‘m happy to discuss further/merge. Right now I kinda fear by not requesting users to restart there might happen an increase in bug reports that could be easily fixed. Modern windows shutdown isn’t actually a reboot, so letting users completely restart their systems might not be a bad idea, even if technically installing the python script shouldn’t require it

TechnicallyJackson commented 2 months ago

True