stop updating while running from source - #540
Conversation
|
May I please ask why this should not be called when it could be easier to pull the latest source this way? I get that you can do a git pull etc but sometimes I'm not in the mood to recompile if I don't want to. |
If i understand your question, you're asking why do_update will not be called if we're running from source right? |
|
Could you apply it in the updater package itself? if someone checks for updates from the menu bar, updates will still be offered. It would be best to remove this check from main.py and patch the do_update function to perform the check for source distribution. |
|
ok. I have pushed a new commit that tackles that.
|
|
This PR hasn't been merged. |
I edited main.py to check if tw blue is running from source before calling do_update.