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

macOS release should not have a zip inside another zip #2277

Open
Fabxx opened this issue Feb 14, 2025 · 1 comment
Open

macOS release should not have a zip inside another zip #2277

Fabxx opened this issue Feb 14, 2025 · 1 comment

Comments

@Fabxx
Copy link

Fabxx commented Feb 14, 2025

by default the macOS release should have a single .zip containing melonDS.app folder.

When trying to extract zip in the same folder, programs such as 7z or unzip ask to overwrite the existing archive, resulting in a extraction failure.

@nadiaholmquist
Copy link
Collaborator

There's not really a good way to get around this. GitHub Actions will zip any file you upload, even if the file itself is a zip, and we need to compress it ourselves because GitHub's zipping does not preserve file permissions, which are needed to make the executable actually executable.

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

No branches or pull requests

2 participants