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

add lzip support to Unarchiver.ts #284

Merged
merged 3 commits into from
Jan 22, 2024
Merged

add lzip support to Unarchiver.ts #284

merged 3 commits into from
Jan 22, 2024

Conversation

jhheider
Copy link
Contributor

closes #283

@jhheider jhheider requested a review from mxcl January 22, 2024 19:42
lib/utils/Unarchiver.ts Outdated Show resolved Hide resolved
@jhheider jhheider requested a review from mxcl January 22, 2024 23:12
@@ -1,4 +1,4 @@
#!/usr/bin/env -S pkgx +rsync +git +bash +gum +gh +curl +bzip2 +xz +unzip deno run --ext=ts --allow-env --allow-read --allow-write --allow-run --allow-net
#!/usr/bin/env -S pkgx +rsync +git +bash +gum +gh +curl +bzip2 +xz +unzip +lzip deno run --ext=ts --allow-env --allow-read --allow-write --allow-run --allow-net
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are become epic

@jhheider
Copy link
Contributor Author

jhheider commented Jan 22, 2024

you can ignore the unit-test failure; addressed in #283

@jhheider jhheider merged commit d39c4c9 into main Jan 22, 2024
32 of 33 checks passed
@jhheider jhheider deleted the add-lzip-support branch January 22, 2024 23:18
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.

add .lz support for source packages
2 participants