The Self Update - marvin1099/wemod-launcher GitHub Wiki
Version 1.092 - 1.445
This update adds auto updating, If you are not above or on 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 to fast it will be send 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 have to add
- SELF_UPDATE=False , in front of the wemod run command