-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
The latest 0.7.3 release has a 0 byte file at ./Contents/_CodeSignature
with 000 permissions
#1144
Comments
possibly related commit? 7b93d1c |
I think it's possible to update the current release's binary without changing the version...but agree that sounds risky. I checked the latest release with these commands and that seems to be the only file with issues!
|
Though something more helpful for your release build script...when looping through each file to create the .zip, you could assert example:
|
Removal of code signature with the utility seems to be buggy, and causes issues like #1144. This solution is found on following answer by Rob: https://stackoverflow.com/questions/31039513/how-can-i-skip-code-signing-for-development-builds-in-xcode#54296008
@CITguy No, it's unrelated. Please checkout FAQ. I think I'll update the page with updated information for Mojave, since the current solution is to right-click the app to open. |
0.8.0d71 is released and should be good. Waiting for Homebrew to try it out before I backport the fix to stable branch. |
That file is empty, so I think it doesn't need to be there? The previous 0.7.2 release didn't have a file at that path. But the reason this is causing issues is that the zip file seems to specify that that file has
000
permissions, not readable or writeable by anyone. When unzipped from the cli withunzip
those permissions are preserved.I noticed this because it's causing issues with homebrew casks. When the file is unzipped with macOS's built in "Archive Utility" the permission problem doesn't exist so probably not many people run into this.
For more context on the homebrew situation, I commented on an issue here: Homebrew/homebrew-cask#75036
The text was updated successfully, but these errors were encountered: