This commit is contained in:
SrGooglo 2024-03-16 04:46:50 +01:00
parent 92709cee8d
commit aa5b63953d
1 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,12 @@ module.exports = {
"rfs" "rfs"
], ],
install_steps: { install_steps: {
http: "https://storage.ragestudio.net/rs-bundler/dependencies/yuzu-windows-x64.zip" http_downloads: [
{
url: "https://storage.ragestudio.net/rs-bundler/dependencies/yuzu-windows-x64.zip",
extract: "./"
}
]
}, },
execute: async () => { execute: async () => {