mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-25 23:57:58 +00:00
Add message about post-launch artifacts (closes #6)
This commit is contained in:
parent
351c4c7c1f
commit
39144f3f39
1 changed files with 2 additions and 0 deletions
|
@ -274,6 +274,8 @@ const CompleteView = {
|
|||
<div class="column has-padding">
|
||||
<h4 class="subtitle">Thanks for installing {{ $root.$data.attrs.name }}!</h4>
|
||||
|
||||
<p>You can find your installed applications in your start menu.</p>
|
||||
|
||||
<a class="button is-dark is-pulled-right" v-on:click="exit">Exit</a>
|
||||
</div>
|
||||
`,
|
||||
|
|
Loading…
Reference in a new issue