summaryrefslogtreecommitdiff
path: root/installer_scripts
AgeCommit message (Collapse)Author
2025-10-25Update GitHub action runners (#4019)rejbasket
* updated maco runner from 13 to 14 due to 13 being deprecated * removed Icelandic translation from inno setup due to the language reclassifed as unoffical from inno maintainers --------- authored-by: rejbasket
2024-05-01Remove electron entirely (#2859)Kaalleen
Co-authored-by: rejbasket
2024-02-10Rejbasket/pyinstaller fix installer checks (#2718)rejbasket
* netowrkx deps added in build * check for user inkscape config before installing * get os version in exception * update electron app location according to pyinstaller redesign * fixed broken libgeos syslinks * contents-directory added pyinstaller args fix broken linux and win versions * updated inkex * fix print_pdf --------- authored-by: 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-07-08fix(installer): update descriptionRotzbua
Use Github project description
2023-05-22Update electron version to v14.2.9 (#2214)rejbasket
Authored-by: rejbasket Co-authored-by: Kaalleen Co-authored-by: Lex Neva
2022-04-18Pkg inkscape check (#1622)rejbasket
* add warning if Inkscape not installed (mac) enable local build with arm linux and mac Authored-by: rejbasket <rejbasket@users.noreply.github.com>
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>
2022-01-12windows installer support 32bit x86 (#1533)rejbasket
Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2021-12-08add macOS and windows installer (#1352)rejbasket