Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <unknown>2009-12-10 03:43:57 +0300
committerstarkos <unknown>2009-12-10 03:43:57 +0300
commit19eb42fe3fd6fa5391eaea45e2401bcf6afcb8a1 (patch)
tree21c51f05207530d38c688a99f8ec1c29e82758db /scripts/release.lua
parent2563b82191fe76b1cfaa90a6008a6a3f5ac243ad (diff)
Fixed a bug in release script
Diffstat (limited to 'scripts/release.lua')
-rw-r--r--scripts/release.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.lua b/scripts/release.lua
index 8af5e7b..c128981 100644
--- a/scripts/release.lua
+++ b/scripts/release.lua
@@ -190,7 +190,7 @@ function dorelease()
fname = string.format("%s-windows.zip", workdir)
exec("zip -9 %s premake4.exe", fname)
else
- fname = string.format("%s-%s.tar.gz", os.get())
+ fname = string.format("%s-%s.tar.gz", workdir, os.get())
exec("tar czvf %s premake4", fname)
end