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

Non-standard filenames in the zip #1

Open
rhoot opened this issue Sep 16, 2023 · 0 comments
Open

Non-standard filenames in the zip #1

rhoot opened this issue Sep 16, 2023 · 0 comments

Comments

@rhoot
Copy link

rhoot commented Sep 16, 2023

It looks like the script to package this is using PowerShell's Compress-Archive to create the zip files. Up until 2019 that command produced non-standard filenames inside the zip-files. It looks like whatever version being used to package this is older than that.

The result when you try to open the zip-file on a non-Windows system is this. The backslashes are embedded as part of the filename of the DLL, and the parent folder appears as its own entry:

image

Thankfully this zip file only has one file in it so it's not particularly hard to fix manually, but it'd be nice either using a newer version of PowerShell that doesn't have this problem, or using something else to create the zip files so it doesn't have to be fixed up manually. 🙂

clayne pushed a commit to clayne/sfse-asi-loader that referenced this issue Jan 16, 2024
…/extern/DKUtil-96d5710

Bump extern/DKUtil from `4cb745e` to `96d5710`
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

1 participant