The Self Update
Version 1.092 - 1.445
This update adds auto-updating. If you are not on or above this version, run:
cd /home/$USER/wemod-launcher
git reset --hard origin
git pull
sudo chmod -R ug+x .to update to the newest version.
In addition:
- Any exit will now use exit_with_message to provide some info on why the program closed
- A simple troubleshooter was added
- If the game closes too fast it will be sent back to the main Python script. Use WaitOnGameclose=int or None in the config to set the timeout to x secs (None means wait forever). Or use WAIT_ON_GAMECLOSE=int or None in front of the command.
Blocking Updates
If you want to block auto updates you will have to add:
- SelfUpdate=False, in the config, or
- SELF_UPDATE=False, in front of the wemod run command