summaryrefslogtreecommitdiff
path: root/bin/build-windows-installer
AgeCommit message (Collapse)Author
2025-04-13moved mkdir artifacts to build-python (#3667)rejbasket
check to build artifacts folder for signed or local build Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2025-04-13Update update build process (#3652)rejbasket
* removed linux new build, linux old is now linux64 * removed win32 build * use geos source build only for linux32 * set python version to 3.11 for all builds * sign only releases for windows
2025-04-04sign windows release with release certificate (#3613)rejbasket
2023-07-30add windows 64bit version (#2413)rejbasket
* test build for windows 64bit * testing build for windows 64bit * fixed arch check for windows file name added electron 64bit for windows * blocked 64bit installer to be installed in 32bit windows --------- Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2023-05-22Update electron version to v14.2.9 (#2214)rejbasket
Authored-by: rejbasket Co-authored-by: Kaalleen Co-authored-by: Lex Neva
2022-02-28installer updates (#1565)rejbasket
* * build zip versions for macOS and windows * set application version macOS and Windows * automatically uninstall previous version in Windows * add zip to upload Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2021-12-08add macOS and windows installer (#1352)rejbasket