diff --git a/EDT.sbsl b/EDT.sbsl index d6bc5b3..8467fb3 100644 --- a/EDT.sbsl +++ b/EDT.sbsl @@ -32,7 +32,7 @@ method BuildXmlFiles( Files.Delete(DataPath) - val ArchivePath = IO.JoinPath(new File(ProjectPath).Directory.Path, "${new File(ProjectPath).Name}.zip") + val ArchivePath = IO.JoinPath(new File(ProjectPath).Path, "${new File(ProjectPath).Name}.zip") Zip.ZipFolder(BuildPath, ArchivePath) Console.Write("Zipped project path: ${ArchivePath}")