24 lines
786 B
Plaintext
24 lines
786 B
Plaintext
class Manifest {
|
|
static id = "mario_kart_8_deluxe"
|
|
static pkg_name = "Mario Kart 8 Deluxe"
|
|
static author = "Nintendont"
|
|
static description = "XD"
|
|
static version = "1.0.0"
|
|
static icon = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQYIqfWrxzJpebOC8XMJpUr3Uk-lLhv9YKSpQ&usqp=CAU"
|
|
static core_minimum_version = "0.17.0"
|
|
|
|
installSteps = [
|
|
{
|
|
type: "http_file",
|
|
url: "https://storage.ragestudio.net/rs-bundler/dependencies/yuzu-windows-x64.zip",
|
|
path: "yuzu-windows-x64.zip",
|
|
url: "https://storage.ragestudio.net/rs-bundler/dependencies/yuzu-windows-x64.zip",
|
|
extract: "./",
|
|
delete_after_extract: true,
|
|
}
|
|
]
|
|
|
|
execute = async (pkg) => {
|
|
Lib.
|
|
}
|
|
} |