Windows XP path fix

master
dylan araps 10 years ago
parent e75aa64203
commit 2ea0a60685
  1. 2
      fetch.sh

@ -622,7 +622,7 @@ getwallpaper () {
"Windows")
case "$distro" in
"Windows XP")
img="C:\\Documents and Settings\\${USER}\\Local Settings\\Application Data\\Microsoft\\Wallpaper1.bmp"
img="/cygdrive/c/Documents and Settings/${USER}/Local Settings/Application Data/Microsoft/Wallpaper1.bmp"
;;
"Windows"*)

Loading…
Cancel
Save