This commit is contained in:
SrGooglo 2024-03-16 04:54:14 +01:00
parent e46ce19603
commit 1d5a0b39e0
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ module.exports = {
{ {
path: "yuzu-windows-x64.zip", path: "yuzu-windows-x64.zip",
url: "https://storage.ragestudio.net/rs-bundler/dependencies/yuzu-windows-x64.zip", url: "https://storage.ragestudio.net/rs-bundler/dependencies/yuzu-windows-x64.zip",
extract: "./" extract: "./",
delete_after_extract: true,
} }
] ]
}, },