texstudio
texstudio copied to clipboard
Install Win32 as Unix
I am not convinced about this. We don't build only on msys2 and it currently already works without that change. What is the benefit ?
Custom scripts that I can see (in .github/scripts) can make standalone packages. But package in distro is not some as standalone pakcage. Part of installation logic available in project file (.pro) and used for Linux. It can be reused for more platforms.
Suggested changes do not break some thing.
I just want to reuse install rules generated from project file like:
make INSTALL_ROOT="${pkgdir}" install
obsolete with transition to cmake
Wow, transition to cmake - good news! Thanks!