Further config of GH Actions for OWR

This commit is contained in:
codemann8
2024-05-23 19:56:39 -05:00
parent b55c3700c0
commit e7819de9c8
4 changed files with 11 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
from Main import __version__ as DRVersion
from OverworldShuffle import __version__ as OWVersion
import os
with(open(os.path.join("resources","app","meta","manifests","app_version.txt"),"w+")) as f:
f.write(DRVersion)
f.write(OWVersion)