Change windows mount path

This commit is contained in:
Manuel Thalmann 2024-07-22 21:31:44 +02:00
parent 78128558c9
commit 31410f3095

View file

@ -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)