mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
Merge pull request #417 from metrostroi-repo/#103
This commit is contained in:
@@ -217,13 +217,13 @@ thread_msg ThreadRecvMessage(void* p);
|
||||
|
||||
local OSName = "gmsv_turbostroi_"
|
||||
|
||||
if jis.os == "Windows" then
|
||||
if jit.os == "Windows" then
|
||||
OSName = OSName.."win"
|
||||
elseif jit.os == "Linux" then
|
||||
OSName = OSName.."linux"
|
||||
end
|
||||
|
||||
if jit.arch == "x86"
|
||||
if jit.arch == "x86" then
|
||||
OSName = OSName.."32"
|
||||
else
|
||||
OSName = OSName.."64"
|
||||
|
||||
Reference in New Issue
Block a user