diff --git a/main.rmanifest.js b/main.rmanifest.js index 7003d07..90b3292 100644 --- a/main.rmanifest.js +++ b/main.rmanifest.js @@ -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) \ No newline at end of file +} \ No newline at end of file