Index: /CKReleaser/trunk/includes/io.js
===================================================================
--- /CKReleaser/trunk/includes/io.js	(revision 3041)
+++ /CKReleaser/trunk/includes/io.js	(revision 3042)
@@ -88,8 +88,8 @@
 				{
 					case 'tar.gz':
-						anEntry = new TarEntry( f.getCanonicalPath().replace( r.getCanonicalPath(), rootDir ) );
+						anEntry = new TarEntry( f.getCanonicalPath().replace( r.getCanonicalPath(), rootDir ).replace("\\", "/") );
 						break;
 					case 'zip':
-						anEntry = new ZipEntry( f.getCanonicalPath().replace( r.getCanonicalPath(), rootDir ) );
+						anEntry = new ZipEntry( f.getCanonicalPath().replace( r.getCanonicalPath(), rootDir ).replace("\\", "/") );
 						break;
 					default:
