From 28390e14e3066e62028b2574695fc0dfc1965648 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 1 Apr 2024 07:11:24 +0200 Subject: [PATCH] use id --- main.rmanifest.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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