Skip to content

Commit

Permalink
Add auto-updater
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Apr 10, 2024
1 parent 621a1d3 commit 282f4be
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -553,10 +553,10 @@
"lua/xml2lua-handler-tree",
"lua/inspect.lua",
"lua/quaternionLib",
"lua/auto-updater",
],
"files" => [
"Constructor.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/983b7f088a504d7e387dd9bc8e2b423a4e94f6ee/Constructor.lua",
"lib/auto-updater.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/983b7f088a504d7e387dd9bc8e2b423a4e94f6ee/lib/auto-updater.lua",
"lib/constructor/constants.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/e73d371c64d54581e73cbc0352a977b10478cb56/lib/constructor/constants.lua",
"lib/constructor/constructor_lib.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/d6bf0b7f74c2285918677edd6dec4de9b2f828e7/lib/constructor/constructor_lib.lua",
"lib/constructor/convertors.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/ded4ace5d1fb73ea8cf94f8a741863ad93955fdb/lib/constructor/convertors.lua",
Expand All @@ -574,6 +574,14 @@
"../Constructs",
],
],
"lua/auto-updater" => [
"is_dependency" => true, "type" => "library",
"author" => "hexarobi",
"version" => "0.29r",
"files" => [
"lib/auto-updater.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/983b7f088a504d7e387dd9bc8e2b423a4e94f6ee/lib/auto-updater.lua",
],
],
"lua/NovaScript" => [
"priority" => PRIORITY_BLOATWARE,
"author" => "Nova",
Expand Down

0 comments on commit 282f4be

Please sign in to comment.