mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
Fix helper scripts being out of date
This commit is contained in:
parent
9a91bf999d
commit
5876ce9f22
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
local fs = require("@lune/fs")
|
||||||
|
local net = require("@lune/net")
|
||||||
|
|
||||||
local URL =
|
local URL =
|
||||||
"https://gist.githubusercontent.com/Anaminus/49ac255a68e7a7bc3cdd72b602d5071f/raw/f1534dcae312dbfda716b7677f8ac338b565afc3/BrickColor.json"
|
"https://gist.githubusercontent.com/Anaminus/49ac255a68e7a7bc3cdd72b602d5071f/raw/f1534dcae312dbfda716b7677f8ac338b565afc3/BrickColor.json"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
--!nocheck
|
||||||
|
|
||||||
-- NOTE: This must be ran in Roblox Studio to get up-to-date font values
|
-- NOTE: This must be ran in Roblox Studio to get up-to-date font values
|
||||||
|
|
||||||
local contents = ""
|
local contents = ""
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
--!nocheck
|
||||||
|
|
||||||
-- NOTE: This must be ran in Roblox Studio to get up-to-date enum values
|
-- NOTE: This must be ran in Roblox Studio to get up-to-date enum values
|
||||||
|
|
||||||
local contents = ""
|
local contents = ""
|
||||||
|
|
Loading…
Reference in a new issue