Skip to content

Conversation

@manfromarce
Copy link
Contributor

This PR adds few file types (that I have tested NanaZip can already open) to the MSIX manifest so that they can be associated to NanaZip in Windows Settings, or NanaZip can be selected from the 'Open with' dialog:

  • .b64: Base64 encoded files, supported by WinZip and WinRAR
  • .tz: Tar + ZIP (analogous to .tgz = .tar + .gz)
  • .zipx: ZIP with alternative compression algorithms used by WinZip
  • .vdi and .vmdk: VirtualBox and VMWare disk images can already be opened by 7-Zip and NanaZip, maybe not all of them but the most common filesystems are supported

Copy link
Member

@dinhngtu dinhngtu left a comment

Choose a reason for hiding this comment

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

Indeed these are already supported. Though it'd be great if you could add .cb7 (suggested in #734) at the same time.

Also, please sign off your commits (using git commit --amend --signoff) then do a force push.

Signed-off-by: manfredi.marceca <[email protected]>
@dinhngtu
Copy link
Member

dinhngtu commented Nov 2, 2025

The line endings got messed up on your second commit, for this repo you should enable core.autocrlf:

git config core.autocrlf true

Signed-off-by: manfredi.marceca <[email protected]>
@manfromarce
Copy link
Contributor Author

Ok, it should be fixed now.

@MouriNaruto MouriNaruto merged commit c0655cf into M2Team:main Nov 3, 2025
1 check passed
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