update
This commit is contained in:
parent
eb36673a5f
commit
a0780c6339
|
@ -31,7 +31,7 @@ module.exports = {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
execute: async (pkg) => {
|
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`])
|
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) => {
|
close: async (pkg) => {
|
||||||
|
|
Loading…
Reference in New Issue