mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-17 04:52:31 +01:00
Fix inverse condition of BUILD_SERVER
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<PropertyGroup>
|
||||
<Version>0.0.5</Version>
|
||||
|
||||
<BUILD_SERVER Condition="'$(BUILD_SERVER)'!=''">$(COMPUTERNAME)</BUILD_SERVER>
|
||||
<BUILD_SERVER Condition="'$(BUILD_SERVER)'==''">$(COMPUTERNAME)</BUILD_SERVER>
|
||||
<GIT_COMMIT_SHA1_SHORT Condition="'$(GIT_COMMIT_SHA1)'!=''">$(GIT_COMMIT_SHA1.Substring(0, 7))</GIT_COMMIT_SHA1_SHORT>
|
||||
|
||||
<!-- Set dynamic OpenRCT2 #defines -->
|
||||
|
||||
Reference in New Issue
Block a user