mmozeiko / pkg2zip

Decrypts PlayStation Vita pkg file and packages to zip archive
The Unlicense
406 stars 89 forks source link

Issue when retrieving name of PKG using -l command #35

Closed tegaidogun closed 1 year ago

tegaidogun commented 1 year ago

Whenever I used the -l command to run the program, it always returned this error in the console on Windows :

This version of C:\Users\otega\Downloads\pkg2zip.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
mmozeiko commented 1 year ago

That probably means you're trying to 64-bit binary on 32-bit Windows (or on ARM Windows).

tegaidogun commented 1 year ago

Yeah, sorry. I didn't bother to read the error message at the time when I was checking something. Thanks for replying.