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

Don't create a tarbomb #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Don't create a tarbomb #141

wants to merge 1 commit into from

Conversation

barmic
Copy link

@barmic barmic commented Apr 8, 2021

tarbomb (archive without folder) is generaly a bad practice.

Instead of:

  • mcfly
  • mcfly.bash
  • mcfly.fish
  • mcfly.zsh

this will create:

  • mycfly
    • mcfly
    • mcfly.bash
    • mcfly.fish
    • mcfly.zsh

I'm not sure of all impact of it (for hombrew for example).

tarbomb (archive without folder) is generaly a bad practice.

Instead of:

- mcfly
- mcfly.bash
- mcfly.fish
- mcfly.zsh

this will create:

- mycfly
  - mcfly
  - mcfly.bash
  - mcfly.fish
  - mcfly.zsh

I'm not sure of all impact of it (for hombrew for example).
@cantino
Copy link
Owner

cantino commented Apr 19, 2021

Thanks @barmic! However, I think this might break Homebrew and users' install scripts.

@necaris
Copy link

necaris commented Sep 21, 2022

@barmic if you still have the energy to look at it, it would be great if this PR also included the changes to the Homebrew recipe and install documentation to go with the changed folder structure in the zip file.

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.

3 participants