We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab50fb commit 690ae04Copy full SHA for 690ae04
src/renderer/views/SetupUI.vue
@@ -692,7 +692,7 @@ const $router = useRouter();
692
const specs = ref<Specs>({ ...defaultSpecs });
693
const currentStepIdx = ref(0);
694
const currentStep = computed(() => steps[currentStepIdx.value]);
695
-const installFolder = ref("");
+const installFolder = ref(path.join(os.homedir(), 'winboat'));
696
const windowsVersion = ref<WindowsVersionKey>("11");
697
const windowsLanguage = ref("English");
698
const customIsoPath = ref("");
0 commit comments