Compare commits

..

8 Commits

Author SHA1 Message Date
Dan Ballard 025dba99fd android resourses for flutter 3.19.3
continuous-integration/drone/pr Build is pending Details
2024-04-05 12:25:28 -07:00
Dan Ballard c865585573 new goldens and minor windows build update 2024-04-05 12:25:28 -07:00
Dan Ballard 35986f4cdd android updates and minor flutter 3.19.3 fixes 2024-04-05 12:25:28 -07:00
Dan Ballard e3aae48d1d update drone to flutter 3.19.3 containers 2024-04-04 13:31:29 -07:00
Dan Ballard a311d0aa0c fixes to build with flutter 3.19.5 and macos sonoma
continuous-integration/drone/pr Build is failing Details
2024-04-04 08:56:37 -07:00
Dan Ballard 1cde99bfce fix splash
continuous-integration/drone/pr Build is pending Details
2024-03-31 13:01:59 -07:00
Sarah Jamie Lewis dc681eb5d9
Flutter 3.19.3 Upgrade + Theme Fixes
continuous-integration/drone/pr Build is pending Details
2024-03-20 14:04:37 -07:00
Sarah Jamie Lewis a99734c7c3
Formatting / Layout Tweaks
continuous-integration/drone/pr Build is pending Details
2024-02-27 10:51:42 -08:00
2 changed files with 0 additions and 21 deletions

View File

@ -55,26 +55,11 @@ steps:
- flutter build linux --dart-define BUILD_VER=`cat VERSION` --dart-define BUILD_DATE=`cat COMMIT_DATE`
- linux/package-release.sh
- mkdir -p deploy/cwtch
- mkdir -p deploy/deb/cwtch/usr
- mkdir -p deploy/deb/cwtch/DEBIAN
- export VERSION=`cat VERSION | tr -d 'v'`
- sed "s|VERSION|$VERSION|g" linux/deb/control > deploy/deb/cwtch/DEBIAN/control
- cp -r build/linux/x64/release/bundle/* deploy/cwtch
- cd deploy
- cd cwtch
- INSTALL_PREFIX=./../deb/cwtch/usr DESKTOP_PREFIX=/usr/ ./install.sh
- cd ..
# we depend on tor, get it from the tor project apt repo
- rm -r deb/cwtch/usr/lib/cwtch/Tor
# Tar archives need a few tricks to make this deterministic, see https://reproducible-builds.org/docs/archives/
- tar --sort=name --mtime=`cat COMMIT_DATE` --owner=0 --group=0 --numeric-owner --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime -czf cwtch-`cat ../VERSION`.tar.gz cwtch
- rm -r cwtch
- cd deb
- dpkg-deb --build cwtch
- cd ..
- mv deb/cwtch.deb cwtch-$VERSION.deb
- rm -r deb
- name: linux-ui-tests
image: openpriv/flutter-desktop:linux-fstable-3.19.3

View File

@ -1,6 +0,0 @@
Package: cwtch
Version: VERSION
Maintainer: Open Privacy Research Society
Architecture: all
Description: Metadata resistant privacy platform designed to help you resist surveillance
Depends: tor (>= 0.4.8.10)