Try to fix Mac again, write version number

This commit is contained in:
Mike A. Trethewey
2020-02-27 00:40:35 -08:00
parent 0a2e9cde39
commit f09346e5cb
4 changed files with 35 additions and 0 deletions

View File

@@ -2,6 +2,11 @@ import common
import os # for env vars
import subprocess # do stuff at the shell level
from Main import __version__ as DRVersion
with(open(os.path.join("resources","app","meta","manifests","app_version.txt"),"w+")) as f:
f.write(DRVersion)
env = common.prepare_env()
# get executables