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])