use 2 env?
This commit is contained in:
parent
02ebf76933
commit
5a1f5f3b64
1
.github/workflows/get_info.py
vendored
1
.github/workflows/get_info.py
vendored
@ -17,5 +17,6 @@ if os.path.abspath(os.curdir) in sys.path:
|
||||
from Difficult_Rocket import DR_runtime
|
||||
|
||||
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')
|
||||
|
||||
|
@ -58,7 +58,7 @@ class _DR_runtime(Options):
|
||||
name = 'DR Runtime'
|
||||
# game statue
|
||||
DR_version: Version = game_version
|
||||
DR_long_version: int = long_version
|
||||
DR_long_version: ctypes.c_longlong = long_version
|
||||
|
||||
# run status
|
||||
running: bool = False
|
||||
|
Loading…
Reference in New Issue
Block a user