updated package info and installer

This commit is contained in:
Andreas 2022-06-19 03:13:44 +02:00
parent ebf8643e1e
commit 8ee6789265
2 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
name = "dig",
comment = "Turtle Tunnel Digging Program",
author = "Hion-V",
website = "https://git.subsonics.nl/pootercraft/programs",
website = "https://git.subsonics.nl/pootercraft/programs/turtle/dig/",
newestversion = "1.0",
install = {
scripturl = "https://git.subsonics.nl/pootercraft/programs/raw/branch/master/dig/packageinstall.lua",
scripturl = "https://git.subsonics.nl/pootercraft/programs/raw/branch/master/turtle/dig/packageinstall.lua",
type = "script",
},
dependencies = {},

View File

@ -7,7 +7,7 @@
-- INSTALL PACKAGE INFO
packageName = "dig"
packageURL = "https://git.subsonics.nl/pootercraft/programs/raw/branch/master/dig/bin/dig"
packageURL = "https://git.subsonics.nl/pootercraft/programs/raw/branch/master/turtle/dig/bin/dig"
packageBinPath = "/bin/"
packageFilename = "dig"