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
Games
libkmahjongg
Commits
5ebf50c1
Commit
5ebf50c1
authored
Feb 03, 2022
by
Albert Astals Cid
Browse files
Make the installed files reproducible
By not saving the original file name and timestamp when running gz
parent
ffaa4b43
Pipeline
#144556
skipped
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
cmake/InternalMacros.cmake
View file @
5ebf50c1
...
...
@@ -42,7 +42,7 @@ function(generate_svgz svg_file svgz_file target_prefix)
OUTPUT
${
svgz_file
}
COMMAND
${
gzip_EXECUTABLE
}
ARGS
-9
-9
n
-c
${
svg_file
}
>
${
svgz_file
}
DEPENDS
${
svg_file
}
...
...
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