OlivetACM / BBAttendanceTrackerCPP

GNU General Public License v2.0
1 stars 0 forks source link

Need Windows Installer #7

Open lewisde opened 4 years ago

lewisde commented 4 years ago

Will need full installer for administered Windows installs. This may be through Qt, Nullsoft, Inno, or .msi.

https://doc.qt.io/qt-5/windows-deployment.html https://doc.qt.io/qtinstallerframework/ifw-tutorial.html https://nsis.sourceforge.io/Main_Page https://jrsoftware.org/isdl.php https://stackoverflow.com/questions/48989794/create-msi-installer-with-qt-installer-framework

lewisde commented 4 years ago

Macdeployqt produces .app and .dmg so I'll be able to build release candidates for Mac. Linux will need to build from source until there is more demand.