update
This commit is contained in:
parent
92709cee8d
commit
aa5b63953d
|
@ -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 () => {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue