Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
some users are having weird scaling issues since we're using qt 5.12.8 for the appimage
|
|
Add PolyMC icon as instance icon
|
|
Refactor some parts of NewLaunch
|
|
Always build iconfix as static library
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
On CI we build using the bundled Quazip, and automatically set
-DBUILD_STATIC_LIBS to true, so it build iconfix statically as well.
However, since we recently added support for using the system quazip,
this flag is not set anymore, and PolyMC fails to run because iconfix
neither is statically linked, nor it creates a .so file for dynamic
linking.
Since most other libs are built statically, we should make this one
static as well. Maybe we should consider allowing for dynamic linking of
libs now that quazip is not much of an issue anymore. :^)
|
|
|
|
fix: disable major version match for snapshots
|
|
|
|
Fix crash if no Minecraft version is selected in the new instance screen
|
|
bump to 1.2.1
|
|
Revert "better FreeBSD support"
|
|
|
|
Only trigger macOS instance rename on KeyDown
|
|
fix: use size in bytes to sort by world size
|
|
|
|
|
|
|
|
|