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

Cannot unpack .zip release files of Deltinteger on Linux #400

Open
Zensonaton opened this issue May 24, 2022 · 1 comment
Open

Cannot unpack .zip release files of Deltinteger on Linux #400

Zensonaton opened this issue May 24, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Zensonaton
Copy link

Windows uses \ as path delimeters: C:\Program Files\HelloWorld\..., while Linux uses /: /home/zensonaton/documents/...

Due to this, .zip release files cannot be properly opened in Linux: Linux threats A\B path not as directory A and file B inside it, Linux threats it as file named A\B.
image

Trying to run Deltinteger does not work either:
image

@LexiHDev
Copy link

LexiHDev commented Jul 3, 2022

After extracting, running
find . -name '*\\*' -type f -exec bash -c 't="${0//\\//}"; mkdir -p "${t%/*}"; mv -v "$0" "$t"' {} \;
should allow for it to run.

@CactusPuppy CactusPuppy added the bug Something isn't working label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants