Skip to content

Commit 06aa92a

Browse files
committed
Path correction.
1 parent 35b86e3 commit 06aa92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ version = open(os.path.join("tools", "version.txt"), 'r').read().strip()
3232
print "Building for the version" + version
3333

3434
if platform.system() == "Windows":
35-
release_dir = os.path.join("D", "multibootusb", "release")
35+
release_dir = os.path.join("E:", "multibootusb", "release")
3636
else:
3737
print os.path.isdir("/media/sundar/Data/multibootusb/release")
3838
release_dir = "/media/sundar/Data/multibootusb/release"

0 commit comments

Comments
 (0)