A simple Jule library to easily extract zip files.
| example | fix(windows): remove static pass and update extract call | |
| internal | fix(windows): remove static pass and update extract call | |
| .gitignore | Create script to build the example on Windows | |
| build_example_windows.nims | Create script to build the example on Windows | |
| jext.jule | Add Jule wrapper, create example and reorganize project | |
| jule.mod | Add Jule wrapper, create example and reorganize project | |
| main.cpp | Init | |
| README.md | Update README | |
Jext
A simple Jule library to easily extract zip files.
Notes
ExtractZipoverwrites extracted files if they already exist, so be careful.- Windows: If you get a DLL error on launch (the program doesn't show anything, or gives the error code 0xc0000139), run the executable from CMD or PowerShell instead of Git Bash. Git for Windows ships its own MinGW runtime DLLs which conflict with the ones this program was compiled against.