From 61cf8886056e900749b00c59930f28fbaa95585e Mon Sep 17 00:00:00 2001 From: robogg133 Date: Sun, 26 Oct 2025 22:29:57 -0300 Subject: [PATCH] putting more information on Packet.lua --- Packet.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Packet.lua b/Packet.lua index d143814..2502094 100644 --- a/Packet.lua +++ b/Packet.lua @@ -8,6 +8,10 @@ return { type = "remote", serial = 0, + arch = {"x86_65"}, + os = {"linux"}, + + dependencies = {}, build_dependencies = {["go"] = ">=1.25.1"}, git_url = "https://github.com/roboogg133/packets.git",