Add message about post-launch artifacts (closes #6)

This commit is contained in:
James 2018-08-09 15:23:02 +10:00
parent 351c4c7c1f
commit 39144f3f39

View file

@ -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>
`,