diff --git a/bootstrap.linux.toml b/bootstrap.linux.toml index b61dc96..b50cd6d 100644 --- a/bootstrap.linux.toml +++ b/bootstrap.linux.toml @@ -1,2 +1,2 @@ name = "yuzu" -target_url = "https://raw.githubusercontent.com/j-selby/test-installer/master/config.linux.v2.toml" +target_url = "https://raw.githubusercontent.com/yuzu-emu/liftinstall/master/config.linux.v1.toml" diff --git a/bootstrap.windows.toml b/bootstrap.windows.toml index e11a1f1..7baf2d8 100644 --- a/bootstrap.windows.toml +++ b/bootstrap.windows.toml @@ -1,2 +1,2 @@ name = "yuzu" -target_url = "https://raw.githubusercontent.com/j-selby/test-installer/master/config.windows.v2.toml" +target_url = "https://raw.githubusercontent.com/yuzu-emu/liftinstall/master/config.windows.v1.toml" diff --git a/config.linux.v1.toml b/config.linux.v1.toml new file mode 100644 index 0000000..c669f44 --- /dev/null +++ b/config.linux.v1.toml @@ -0,0 +1,20 @@ +installing_message = "Reminder: yuzu is an experimental 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-linux-[0-9]*-[0-9a-f]*.tar.xz$" + [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-linux-[0-9]*-[0-9a-f]*.tar.xz$" + [packages.source.config] + repo = "yuzu-emu/yuzu-canary" diff --git a/config.windows.v1.toml b/config.windows.v1.toml new file mode 100644 index 0000000..c6a7b9a --- /dev/null +++ b/config.windows.v1.toml @@ -0,0 +1,29 @@ +installing_message = "Reminder: yuzu is an experimental 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-windows-msvc-[0-9]*-[0-9a-f]*.zip$" + [packages.source.config] + repo = "yuzu-emu/yuzu-nightly" + [[packages.shortcuts]] + name = "yuzu Nightly" + relative_path = "nightly/yuzu.exe" + description = "Launch yuzu (Nightly version)" + +[[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-windows-msvc-[0-9]*-[0-9a-f]*.zip$" + [packages.source.config] + repo = "yuzu-emu/yuzu-canary" + [[packages.shortcuts]] + name = "yuzu Canary" + relative_path = "canary/yuzu.exe" + description = "Launch yuzu (Canary version)" + diff --git a/src/assets.rs b/src/assets.rs index 6350ba0..ba53386 100644 --- a/src/assets.rs +++ b/src/assets.rs @@ -35,6 +35,7 @@ pub fn file_from_string(file_path: &str) -> Option<(String, &'static [u8])> { "/index.html", "/favicon.ico", "/logo.png", + "/how-to-open.png", "/css/bulma.min.css", "/css/main.css", "/fonts/roboto-v18-latin-regular.eot", diff --git a/static/how-to-open.png b/static/how-to-open.png new file mode 100644 index 0000000..fb80b00 Binary files /dev/null and b/static/how-to-open.png differ diff --git a/static/js/views.js b/static/js/views.js index ca404c6..7185c81 100644 --- a/static/js/views.js +++ b/static/js/views.js @@ -313,6 +313,8 @@ const CompleteView = {
You can find your installed applications in your start menu.
+ +