summaryrefslogtreecommitdiff
path: root/gui/build.sh
AgeCommit message (Collapse)Author
2022-04-13gui/build.sh: also find qmake if it is named qmake5Andrew Ammerlaan
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2022-03-15Remove vendor from gitSam Whited
Previously we saved the vendor tree in version control, making any commit that changed a dependency rather large. Go Modules gives us most of the advantages of vendoring except that if a dependency which is not stored on the proxy is deleted we would lose access to it. For now, we can remove the vendor tree and when we get CI working again we can possibly generate and save the vendor tree as a build artifact. Signed-off-by: Sam Whited <sam@samwhited.com>
2021-12-14[pkg] bugfixes windowskali
2021-12-10[bug] minor, recurrent gotchaskali kaneko (leap communications)
-QApplication, no QGuiApplication: the later avoids the systray to display - Workaround for invisible app icons when vendoring - Make border visible for snaps
2021-12-09[pkg] +xkali kaneko (leap communications)
2021-12-09[pkg] optionally skip lrelease for snapkali kaneko (leap communications)
2021-11-23[pkg] workaround for MAKEFLAGS=w in dhkali kaneko (leap communications)
2021-10-06Makefile: Fix parallel makeAndrew Ammerlaan
now we can call "make -jX build" with X>1 and it will work \o/ Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2021-09-23gui/build.sh: properly respect user variablesAndrew Ammerlaan
This ensures proper building when cross-compiling and allows users to use different toolchain tools if desired Bug: https://bugs.gentoo.org/814017 Closes: https://0xacab.org/leap/bitmask-vpn/-/issues/550 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2021-07-14[pkg] appname in osxkali
- Resolves: #443
2021-07-06[pkg] force mod vendor, but fail gracefullykali kaneko (leap communications)
2021-05-04[pkg] build snap from scratchkali kaneko (leap communications)
this is mainly a workaround for #497
2021-02-26[pkg] improve osx installerkali
- install into global /Applications - document how to troubleshoot helper - uninstall app is visible on top-level folder - improve detection of running processes for old and new binaries - Closes: #441 - Closes: #445 - Closes: #435
2020-11-21Updating makefile to support Cygwin64 for Windows users.t h
- Closes: #394
2020-11-04[bug] remove debug console in windowskali
squashed in this commit: reintroduce the dummy autostart_win implementation that was removed by mistake. I did not manage to get autostart working in windows, this is pending to be re-worked. see https://0xacab.org/leap/bitmask-vpn/-/issues/389
2020-10-23[pkg] remove ldflagskali kaneko (leap communications)
2020-10-23[pkg] windows vendoring fixeskali
2020-10-23[pkg] add golib target to makefilekali
- Resolves: #363
2020-10-13[pkg] add vendor icon to appkali kaneko (leap communications)
2020-10-13[pkg] windows fixeskali
Several fixes for missing paths. Refactor qt installer; fetch pre-built binaries from an existing installation on build system (needs to be automated); add windows icon. - Resolves: #362
2020-10-13[pkg] target osx 10.11kali
2020-10-13[pkg] osx helper and working qt installerkali
2020-10-13[pkg] update build script for openvpnkali
2020-10-13[pkg] boilerplate for qtinstaller frameworkkali kaneko (leap communications)
2020-09-30[test] fix CI with the new build targetRuben Pollan
2020-09-25[bug] workaround for helper path in windowskali