diff options
Diffstat (limited to 'BuildReleases.sh')
-rwxr-xr-x | BuildReleases.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildReleases.sh b/BuildReleases.sh index 84876cf..a27fa9d 100755 --- a/BuildReleases.sh +++ b/BuildReleases.sh | |||
@@ -7,7 +7,7 @@ do_local=0 | |||
7 | do_mac=0 | 7 | do_mac=0 |
8 | do_windowsXP=1 | 8 | do_windowsXP=1 |
9 | 9 | ||
10 | # Where to find suitable disk images for the various OS's. | 10 | # Where to find suitable VM disk images for the various OS's. |
11 | img_linux64=~/bin/ubuntu64_diff.qcow2 | 11 | img_linux64=~/bin/ubuntu64_diff.qcow2 |
12 | img_linux32=~/bin/ubuntu32_diff.qcow2 | 12 | img_linux32=~/bin/ubuntu32_diff.qcow2 |
13 | img_windowsXP=/media/sdb2/IMAGES/xp_diff.qcow2 | 13 | img_windowsXP=/media/sdb2/IMAGES/xp_diff.qcow2 |