Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Use symlinks in zip packages #102

Merged
merged 1 commit into from
Dec 22, 2017

Conversation

fmitchell-r7
Copy link
Contributor

This fixes #101 by using symlinks in the zip packge (the "-y" flag) instead of keeping multiple copies of the same file. On macOS this means the Awsaml.app folder can be signed and then zipped without invalidating the signature. It also makes the macOS zip file about 2x smaller.

Testing showed no changes in the Linux zip when building on both macOS and Linux.

This uses symlinks in the zip packge (the "-y" flag) instead of
keeping multiple copies of the same file. On macOS this means the
Awsaml.app package can be signed and then zipped without invalidating
the signature. It also makes the macOS zip file about 2x smaller.

Testing showed no changes in the Linux zip when building on both
macOS and Linux.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.625% when pulling da426c8 on fix-use-symlinks-in-zip-packages into 7b77d8a on master.

@fmitchell-r7 fmitchell-r7 merged commit 9b4602b into master Dec 22, 2017
@fmitchell-r7 fmitchell-r7 deleted the fix-use-symlinks-in-zip-packages branch December 22, 2017 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Store symbolic links in the zip archive instead of files
4 participants