This commit is contained in:
SrGooglo 2024-04-01 07:11:24 +02:00
parent ed92d1e809
commit 28390e14e3
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,5 @@
class test {
class Manifest {
static id = "test"
static pkg_name = "test"
static version = "0.0.1"
static description = "Testing the new manifest v2 on RS-Relic"
@ -25,6 +26,4 @@ class test {
Log.info("Initializing...")
Log.info(`Im am running on a host ${os_string} [${arch}] [${install_path}]`)
}
}
use(test)
}