Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
747e84a6
Commit
747e84a6
authored
Apr 27, 2017
by
Rafael Ostertag
Browse files
Make sure release zip file has .zip extension.
parent
452dd887
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
747e84a6
...
...
@@ -34,7 +34,7 @@ snapshot: bootstrap git-revision
release
:
bootstrap git-revision
if
[
-z
"
$(VERSION)
"
]
;
then
echo
"Set VERSION make variable to the release version (fmt: maj.min.micro)"
;
exit
1
;
fi
cd
extension
;
zip
-r
"../qfq.
$(VERSION)
_
$(RELEASE_DATE)
"
$(EXTENSION_CONTENT)
revision.git
-x
config.ini
cd
extension
;
zip
-r
"../qfq.
$(VERSION)
_
$(RELEASE_DATE)
.zip
"
$(EXTENSION_CONTENT)
revision.git
-x
config.ini
t3sphinx
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment