Réglage du crash du launcher au premier lancement #51

Merged
CoCo_Sol merged 2 commits from fix-launcher into main 2024-01-10 18:49:43 +00:00
Showing only changes of commit 998a33c1ad - Show all commits

View file

@ -37,6 +37,7 @@ if server_version != version:
if os.path.isdir("game"): if os.path.isdir("game"):
shutil.rmtree("game") shutil.rmtree("game")
os.rename("ponguito", "game") os.rename("ponguito", "game")
os.remove(__file__)
os.rename("game/launch.py", __file__) os.rename("game/launch.py", __file__)
# Lancement du jeu # Lancement du jeu