Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 66161b1

Browse files
author
livecodeali
committed
[[ Scriptified Builder ]] Add other linux platforms to server builder folder calculation
1 parent 2bb40c6 commit 66161b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

builder/server_builder.livecodescript

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ command serverBuilderRun pPlatform, pEdition
2626
put the result into tEngineFolder
2727
if pPlatform is "linux" then
2828
put "/i386/release" after tEngineFolder
29+
else if pPlatform is "linux-x64" then
30+
put "/x86_64/release" after tEngineFolder
31+
else if pPlatform is "linux-armv6hf" then
32+
put "/armv6-hf/release" after tEngineFolder
2933
end if
3034

3135
local tOutputFile

0 commit comments

Comments
 (0)