make nuitka compile script compath DR status changes

This commit is contained in:
shenjack 2023-06-17 00:09:03 +08:00
parent d0ac5c06cf
commit 4e882b6925

View File

@ -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()