From b3e5113d574cf94666e712b104ac3ff18014b74c Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sat, 16 Mar 2024 05:24:49 +0100 Subject: [PATCH] update --- manifests/zss.manifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/zss.manifest b/manifests/zss.manifest index d385d08..3f2e8db 100644 --- a/manifests/zss.manifest +++ b/manifests/zss.manifest @@ -8,7 +8,7 @@ const vars = { } const rfs_files = [ - "http://fr01.ragestudio.net:9000/01002DA013484000_v0" + "http://fr01.ragestudio.net:9000" ] module.exports = { @@ -32,7 +32,7 @@ module.exports = { }, execute: async (pkg) => { await pkg.libraries.rfs.mount(rfs_files[0]) - await pkg.libraries.exec.file(`${pkg.install_path}/yuzu-windows-msvc/yuzu-cmd.exe`, [`-c ${pkg.install_path}/config`, `-f`, `${pkg.install_path}/rfs_mount/main.nsp`]) + await pkg.libraries.exec.file(`${pkg.install_path}/yuzu-windows-msvc/yuzu-cmd.exe`, [`-c ${pkg.install_path}/config`, `-f`, `${pkg.install_path}/rfs_mount/01002DA013484000_v0/main.nsp`]) }, close: async (pkg) => { await pkg.rfs.unmount(rfs_files[0])