From e4d53a5171157391164bb12275f9048657d99a5c Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 17 Jun 2024 00:52:14 +0200 Subject: [PATCH] xd --- manifests/content-warning.rmanifest | 4 +++- mariokart.rmanifest | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/manifests/content-warning.rmanifest b/manifests/content-warning.rmanifest index 1d3ba44..4454fbf 100644 --- a/manifests/content-warning.rmanifest +++ b/manifests/content-warning.rmanifest @@ -1,4 +1,6 @@ class Manifest { + static useLib = ["open"] + static id = "content_warning" static version = "1.15.a" static pkg_name = "Content Warning" @@ -11,7 +13,7 @@ class Manifest { { type: "http_file", url: "https://b2-cdn.ragestudio.net/file/bundler-sg/bundles/cnt_warng/1.15.a/bundle.7z", - path: "." + extract: true, } ] } \ No newline at end of file diff --git a/mariokart.rmanifest b/mariokart.rmanifest index 33d7de2..71e722c 100644 --- a/mariokart.rmanifest +++ b/mariokart.rmanifest @@ -6,4 +6,19 @@ class Manifest { static version = "1.0.0" static icon = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQYIqfWrxzJpebOC8XMJpUr3Uk-lLhv9YKSpQ&usqp=CAU" static core_minimum_version = "0.17.0" + + installSteps = [ + { + type: "http_file", + url: "https://storage.ragestudio.net/rs-bundler/dependencies/yuzu-windows-x64.zip", + path: "yuzu-windows-x64.zip", + url: "https://storage.ragestudio.net/rs-bundler/dependencies/yuzu-windows-x64.zip", + extract: "./", + delete_after_extract: true, + } + ] + + execute = async (pkg) => { + Lib. + } } \ No newline at end of file