funny-repo/manifests/zss.manifest

30 lines
742 B
Plaintext

const vars = {
version: "1.0.1",
id: "zelda-skyward_sword_hd",
icon: "https://upload.wikimedia.org/wikipedia/commons/9/91/The_Legend_of_Zelda_Skyward_Sword.png",
name: "The Legend of Zelda: Skyward Sword HD",
author: "Nintendo XD",
description: "FileStream API Test"
}
module.exports = {
...vars,
executable: true,
rsb_minimun_version: "0.12.0",
import_libs: [
"ipc",
"rfs"
],
install_steps: {
http_downloads: [
{
path: "yuzu-windows-x64.zip",
url: "https://storage.ragestudio.net/rs-bundler/dependencies/yuzu-windows-x64.zip",
extract: "./"
}
]
},
execute: async () => {
},
}