2018-01-31 04:37:05 +01:00
|
|
|
[general]
|
|
|
|
name = "yuzu"
|
|
|
|
installing_message = "Reminder: yuzu is an <b>experimental</b> emulator. Stuff will break!"
|
|
|
|
|
|
|
|
[[packages]]
|
|
|
|
name = "yuzu Nightly"
|
|
|
|
description = "The nightly build of yuzu contains already reviewed and tested features."
|
|
|
|
[packages.source]
|
|
|
|
name = "github"
|
|
|
|
match = "^yuzu-#PLATFORM#(-mingw)?-[0-9]*-[0-9a-f]*.zip$"
|
|
|
|
[packages.source.config]
|
|
|
|
repo = "yuzu-emu/yuzu-nightly"
|
|
|
|
|
|
|
|
[[packages]]
|
|
|
|
name = "yuzu Canary"
|
|
|
|
description = "The canary build of yuzu has additional features that are still waiting on review."
|
|
|
|
[packages.source]
|
|
|
|
name = "github"
|
|
|
|
match = "^yuzu-#PLATFORM#(-mingw)?-[0-9]*-[0-9a-f]*.zip$"
|
|
|
|
[packages.source.config]
|
|
|
|
repo = "yuzu-emu/yuzu-canary"
|
2018-05-03 05:30:58 +02:00
|
|
|
|
|
|
|
[[packages]]
|
|
|
|
name = "Test package"
|
|
|
|
description = "Just a testing package"
|
|
|
|
default = true
|
|
|
|
[packages.source]
|
|
|
|
name = "github"
|
|
|
|
match = "^TestPackage.zip$"
|
|
|
|
[packages.source.config]
|
|
|
|
repo = "j-selby/test-installer"
|