From 31410f3095547de304e48e2d402e5787d599f5a2 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 22 Jul 2024 21:31:44 +0200 Subject: [PATCH] Change windows mount path --- deploy.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.fish b/deploy.fish index 4dbfcd9..bf33050 100644 --- a/deploy.fish +++ b/deploy.fish @@ -7,7 +7,7 @@ begin set -l buildDir "$(status dirname)/build" set -l cacheDir ~/.cache/winiso-valhalla set -l isoFile "$buildDir/win.iso" - set -l winPath "/media/wininstall" + set -l winPath "/media/win" set -l bootPath "/media/boot" set -l dataPath "/media/data" set -l winpeOverlay (mktemp -d)