This commit is contained in:
SrGooglo 2024-03-16 05:02:00 +01:00
parent eb36673a5f
commit a0780c6339
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ module.exports = {
]
},
execute: async (pkg) => {
await pkg.rfs.mount(rfs_files[0])
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`])
},
close: async (pkg) => {