Skip to content

Commit

Permalink
Fix the prefix of the zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Scherpenisse committed Dec 14, 2011
1 parent cffd412 commit c349c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/z-mkrelease
Expand Up @@ -73,7 +73,7 @@ os.system("git tag release-%s" % releaseVersion)


## CREATE ARCHIVE ## CREATE ARCHIVE


os.system("git archive --format=zip --prefix=zotonic release-%s > ../zotonic-%s.zip" % (releaseVersion, releaseVersion)) os.system("git archive --format=zip --prefix=zotonic/ release-%s > ../zotonic-%s.zip" % (releaseVersion, releaseVersion))
print "Created archive ../zotonic-%s.zip" % releaseVersion print "Created archive ../zotonic-%s.zip" % releaseVersion


# back to where we started # back to where we started
Expand Down

0 comments on commit c349c82

Please sign in to comment.