We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a9f05 commit 68b09f6Copy full SHA for 68b09f6
utils/buildactions/install_data.lua
@@ -33,7 +33,7 @@ newaction {
33
-- Make sure server/x64 directory exists
34
os.mkdir(BIN_DIR.."/server/x64")
35
36
- if os.get() == "windows" then
+ if os.host() == "windows" then
37
http.download_print_errors(NET_PATH_X86_WIN, BIN_DIR.."/server/net.dll")
38
http.download_print_errors(NET_PATH_X64_WIN, BIN_DIR.."/server/x64/net.dll")
39
http.download_print_errors(NETC_PATH_WIN, BIN_DIR.."/MTA/netc.dll")
0 commit comments