Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
fix: try
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Dec 14, 2023
1 parent bfea734 commit 1b9b8e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ task("bds-lib")
print("[localbdslibrary] bedrock_server downloaded successfully")
local unzip_path = path.join(config.buildir(), "bds" , "instance")
archive.extract(bds_path, unzip_path)
if not os.exists(lib_path) then
os.mkdir(lib_path)
end
os.vexec("%s -l -o %s --pdb %s", tools_path, lib_path , path.join(unzip_path, "bedrock_server.pdb"))
end
end)
Expand Down

0 comments on commit 1b9b8e3

Please sign in to comment.