mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-21 22:35:39 +01:00
Add configuration file
This commit is contained in:
parent
248bdbbb7b
commit
ca5eabd2b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,5 +5,4 @@
|
||||
**/*.rs.bk
|
||||
|
||||
# User configuration files
|
||||
config.toml
|
||||
run.bat
|
||||
|
22
config.toml
Normal file
22
config.toml
Normal file
@ -0,0 +1,22 @@
|
||||
[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."
|
||||
default = true
|
||||
[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"
|
Loading…
Reference in New Issue
Block a user