make nuitka compile script compath DR status changes
This commit is contained in:
parent
d0ac5c06cf
commit
4e882b6925
@ -69,9 +69,9 @@ class CompilerHelper(Options):
|
|||||||
|
|
||||||
def load_file(self) -> bool:
|
def load_file(self) -> bool:
|
||||||
try:
|
try:
|
||||||
from Difficult_Rocket import DR_runtime
|
from Difficult_Rocket import DR_status
|
||||||
self.product_version = DR_runtime.DR_version
|
self.product_version = DR_status.DR_version
|
||||||
self.file_version = DR_runtime.Build_version
|
self.file_version = DR_status.Build_version
|
||||||
return True
|
return True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
Loading…
Reference in New Issue
Block a user