mirror of
https://github.com/encounter/engine.git
synced 2026-07-10 03:18:43 -07:00
Fix subprocess error in Windows build
This commit is contained in:
@@ -25,7 +25,7 @@ def GetRepositoryVersion(repository):
|
||||
repository,
|
||||
'rev-parse',
|
||||
'HEAD',
|
||||
])
|
||||
], shell=True)
|
||||
|
||||
return version.strip()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user