summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2021-10-06Makefile: fix build if CC/CXX not set in envAndrew Ammerlaan
this should also hopefully make the CI/CD work again Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
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-07-15[pkg] fix typoskali
2021-07-15[pkg] improve stapler scriptkali
2021-07-14[pkg] appname in osxkali
- Resolves: #443
2021-07-13[docs] add depends step to howtokali kaneko (leap communications)
2021-07-07[ux] customize background for calyxvpnkali kaneko (leap communications)
2021-07-01[pkg] avoid release flag in windows to fix qml pkg bugkali kaneko (leap communications)
2021-05-04[pkg] build snap from scratchkali kaneko (leap communications)
this is mainly a workaround for #497
2021-05-04undo qualified namespacekali kaneko (leap communications)
2021-04-14[pkg] skip bitmask-helper build in linuxkali kaneko (leap communications)
2021-04-14[pkg] no not fail on make cleankali kaneko (leap communications)
2021-04-10[pkg] force rebuild of libskali kaneko (leap communications)
2021-03-27[pkg] fix post-install path in osxadmin
there was a mismatch after latest changes to the plist template location. also revert latest osx depends, since some are not installable via homebrew in osx.
2021-03-26[docs] update dependskali kaneko (leap communications)
2021-03-11[pkg] hash and sign artifactskali kaneko (leap communications)
2021-03-05[pkg] abort install if we running an old version0.21.2kali
stop if: - bitmask is running (we don't want to mess with the helper if the app is running) - we cannot stop the service for some reason. powershell gives more flexibility to stop services, but Remove-Service is not present in PS < 6, so we try to remove the service from the post-install too (the golang helper will complain about an eventlog registry key). this could probably be improved in the helper, but we'll be moving to the official openvpnserv2 service for 0.21.4. we might want to revisit the current helper for the firewall/killswitch.
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
2021-02-10[pkg] add build depskali kaneko (leap communications)
2021-02-09[style] qmlfmt ftwkali kaneko (leap communications)
2021-02-08[pkg] add uninstaller to pre-install in osxkali
2020-11-21[pkg] add notarization steps for installer in osxkali
2020-11-21Updating makefile to support Cygwin64 for Windows users.t h
- Closes: #394
2020-11-19[i18n] update stringsRuben Pollan
2020-11-06[pkg] customize windows installerkali
I kind of liked the "classic" style more (looks cleaner), but it looks like we only can customize the logo etc with the "modern" look and feel in windows. I think the way to go would be to add a QStyleSheet to the installer (and adding logo etc there), but I think that is going to take some reading. this is not too bad for now, at least we can put logos to differentiate riseup/calyx etc.
2020-11-04[pkg] add windows release targetkali
Also, install the tap driver silently. - Resolves: #366
2020-11-04[pkg] sign windows binarieskali
- Resolves: #383
2020-11-03[pkg] put desktop place in gui folder for snapskali kaneko (leap communications)
this was left out of the packaging refactor by mistake. - Resolves: #368
2020-11-03[tests] add qmllint entrykali kaneko (leap communications)
2020-10-23[pkg] remove ldflagskali kaneko (leap communications)
2020-10-23[pkg] relink vendor assetskali kaneko (leap communications)
2020-10-23[pkg] move build-openvpn to installer targetkali kaneko (leap communications)
2020-10-23[pkg] rename to make-installerkali kaneko (leap communications)
2020-10-23[pkg] windows vendoring fixeskali
2020-10-23[pkg] install tap driver on windowskali
2020-10-23[pkg] windows gui & installer fixeskali
2020-10-23[pkg] update mbedtls versionkali
2020-10-23[pkg] no need to build helper or openvpn for snapkali kaneko (leap communications)
2020-10-23[pkg] osx fixes for installer buildkali
2020-10-23[pkg] add golib target to makefilekali
- Resolves: #363
2020-10-13[pkg] some extra branding refactorkali kaneko (leap communications)
2020-10-13[pkg] add vendor icon to appkali kaneko (leap communications)
2020-10-13[pkg] refactor vendor init/checkkali 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] parametrize win/osx installerkali
2020-10-13[pkg] osx uninstall, autolaunchkali
2020-10-13[pkg] osx helper and working qt installerkali
2020-10-13[pkg] update build script for openvpnkali
2020-10-13[pkg] check for qtinstaller frameworkkali
2020-10-13[pkg] add app payload in osxkali