Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
844690b8
Verified
Commit
844690b8
authored
Sep 04, 2019
by
Sébastien Villemot
Browse files
Windows package: tell zip to be less verbose
parent
f8c95eff
Changes
1
Hide whitespace changes
Inline
Side-by-side
windows/build.sh
View file @
844690b8
...
...
@@ -282,4 +282,4 @@ cp -p dynare++/doc/*.pdf "$ZIPDIR"/doc/dynare++
mkdir
-p
"
$ROOT_DIRECTORY
"
/zip
cd
"
$TMP_DIRECTORY
"
zip
-9
-
r
"
$ROOT_DIRECTORY
"
/zip/
"
$BASENAME
"
-win
.zip
"
$ZIPNAME
"
zip
-9
-
-quiet
--recurse-paths
"
$ROOT_DIRECTORY
"
/zip/
"
$BASENAME
"
-win
.zip
"
$ZIPNAME
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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