You've already forked akpaevj-executor-scripts
mirror of
https://github.com/akpaevj/executor-scripts.git
synced 2025-07-16 07:04:19 +02:00
j
This commit is contained in:
2
EDT.sbsl
2
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}")
|
||||
|
||||
|
Reference in New Issue
Block a user