dusionlike / electron-builder-encryptor

simple electron package encryption tool
MIT License
23 stars 7 forks source link

Fix for windows path resolution issue introduced by adm-zip update #14

Closed spencer-jacobs closed 3 months ago

spencer-jacobs commented 3 months ago

In either version 0.5.13 or 0.5.14 of adm-zip, the entry names on windows contain backslashes when they used to be forward slashes. This causes the appResourcesMap to not match up with requests when they're inside folders within the renderer package.

Was working when using 0.5.12 of adm-zip

dusionlike commented 3 months ago

Thanks