Skip to content

Commit 8c04abb

Browse files
committed
chore: Add log location to install error message
1 parent 0be4918 commit 8c04abb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "winboat",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Windows for Penguins",
55
"main": "main/main.js",
66
"scripts": {

src/renderer/views/SetupUI.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
<div v-if="installState === InstallStates.INSTALL_ERROR" class="flex flex-col h-full items-center justify-center gap-4">
375375
<Icon icon="line-md:alert" class="size-16 text-red-500"></Icon>
376376
<x-label class="text-lg text-gray-400 text-center">
377-
An error occurred while installing Windows. Please check the logs for more information.
377+
An error occurred while installing Windows. Please check the logs in <span class="font-mono bg-neutral-700 rounded-md px-0.5">~/.winboat</span> for more information.
378378
</x-label>
379379
</div>
380380

0 commit comments

Comments
 (0)