aboutsummaryrefslogtreecommitdiff
path: root/desktop/package
AgeCommit message (Collapse)Author
2021-05-05Fix Windows and Mac build scriptsMicah Lee
2021-04-30Fix flake8 warnings in desktopMicah Lee
2021-03-10chore: refactor code quality issuesAksh Gupta
2021-02-21Delete unused Qt5 DLLs from the Windows release to shave of 100mb from the ↵Micah Lee
final file size
2021-02-07After building app bundle, delete unused Qt5 frameworks, and code sign all ↵Micah Lee
the correct binaries
2021-02-07Child entitlements are no longer needed, and sadly disable the macOS sandbox ↵Micah Lee
for now
2021-02-07Upgrade Tor version to 10.0.10 and fix macOS code signingMicah Lee
2020-11-23Add .desktop launchers in both snap and flatpack packagesMicah Lee
2020-11-09End web thread successfully when cleaning up after a tab, which prevents ↵Micah Lee
crashes after running the tests; and fix msi_filename in Windows build script
2020-11-09TypoMicah Lee
2020-11-09Add setuptools as a dependency for pkg_resources module, and update build ↵Micah Lee
scripts to properly delete last build
2020-11-08Fix get_resource_path to work with python eggs, move appdata xml file to src ↵Micah Lee
so flatpak can see it, reduce python dependencies, and update release docs
2020-11-08Add incomplete flatpak manifest, update release docs, re-add source package ↵Micah Lee
script
2020-11-06Write proper Windows release build script, and update Windows release docsMicah Lee
2020-11-06Add DMG creation to macOS package scriptMicah Lee
2020-11-06OopsMicah Lee
2020-11-06Fix rootMicah Lee
2020-11-06Oops, dont ignore linuxMicah Lee
2020-11-06Start writing a proper macOS build scriptMicah Lee