use 2 env?

This commit is contained in:
shenjack 2022-12-30 11:21:43 +08:00
parent 02ebf76933
commit 5a1f5f3b64
2 changed files with 2 additions and 1 deletions

View File

@ -17,5 +17,6 @@ if os.path.abspath(os.curdir) in sys.path:
from Difficult_Rocket import DR_runtime from Difficult_Rocket import DR_runtime
print(f'DR_version={DR_runtime.DR_version}') print(f'DR_version={DR_runtime.DR_version}')
print(f'DR_language={DR_runtime.language}')
# os.system(f'echo "DR_version={DR_runtime.DR_version}" >> $GITHUB_OUTPUT') # os.system(f'echo "DR_version={DR_runtime.DR_version}" >> $GITHUB_OUTPUT')

View File

@ -58,7 +58,7 @@ class _DR_runtime(Options):
name = 'DR Runtime' name = 'DR Runtime'
# game statue # game statue
DR_version: Version = game_version DR_version: Version = game_version
DR_long_version: int = long_version DR_long_version: ctypes.c_longlong = long_version
# run status # run status
running: bool = False running: bool = False