Skin that cat later

This commit is contained in:
Mike A. Trethewey
2020-02-27 01:00:43 -08:00
parent 1b4d6a1ec4
commit a256dc1ae3

View File

@@ -2,11 +2,6 @@ import common
import os # for env vars import os # for env vars
import subprocess # do stuff at the shell level 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() env = common.prepare_env()
# get executables # get executables