Update install.py
This commit is contained in:
@@ -2,7 +2,7 @@ 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
|
from .... Main import __version__ as DRVersion
|
||||||
|
|
||||||
with(open(os.path.join("resources","app","meta","manifests","app_version.txt"),"w+")) as f:
|
with(open(os.path.join("resources","app","meta","manifests","app_version.txt"),"w+")) as f:
|
||||||
f.write(DRVersion)
|
f.write(DRVersion)
|
||||||
|
|||||||
Reference in New Issue
Block a user