Rosalie Wanders (14):
Add Makefile to build SporeModManager on Linux
Makefile: correct BINARY_DIR
Makefile: use c++17 instead of c++20
ci: add github actions workflow
SporeModManager: remove support for libminizip
Makefile: use minizip-ng
3rdParty: remove minizip-ng and add zlib
Use minizip instead of minizip-ng
SporeModManager: use std::vector<char> instead of malloc & free
SporeModManager: use unzGetGlobalInfo64() instead of unzGetGlobalInfo()
SporeModManager: use zlib file functions that use std::filesystem::path
SporeModManager: use wmain() instead of main() on windows
3rdParty: correct BuildDetours.bat
3rdParty: correct BuildZlib.bat