aboutsummaryrefslogtreecommitdiff
path: root/publish/prepare_publish.py
blob: 731ec41393ddf638e84c63def60e291cc838b365 (plain)
1
2
3
import json

open("gameVersions.txt", "w").write(" ".join(json.load(open("gameVersions.json", "r")).keys()))