Merge pull request 'linux-install-fix' (#164) from linux-install-fix into trunk

Reviewed-on: cwtch.im/cwtch-ui#164
Reviewed-by: Sarah Jamie Lewis <sarah@openprivacy.ca>
This commit is contained in:
Sarah Jamie Lewis 2021-08-30 23:10:31 +00:00
commit 7737085a28
12 changed files with 29 additions and 26 deletions

View File

@ -1 +1 @@
v1.1.1-20-gc6a3a4e-2021-08-27-20-58
v1.2.1-2021-08-30-22-14

View File

@ -49,9 +49,8 @@ You will probably want to disable Analytics on the Flutter Tool: `flutter config
### Building on MacOS
- get https://git.openprivacy.ca/cwtch.im/libcwtch-go/ and run `make macos`
- copy the resulting libCwtch.dylib into this folder
- Download and install Tor Browser (it's currrently the only way to get tor for macos)
- Navigate to https://git.openprivacy.ca/cwtch.im/libcwtch-go/releases and download the latest libCwtch.dylib into this folder
- Download and install Tor Browser (it's currently the only way to get tor for macos)
- `flutter build macos`
- `./macos/package-release.sh`

View File

@ -1,6 +1,6 @@
{
"@@locale": "de",
"@@last_modified": "2021-08-27T21:54:52+02:00",
"@@last_modified": "2021-08-29T18:35:41+02:00",
"archiveConversation": "Archive this Conversation",
"profileOnionLabel": "Senden Sie diese Adresse an Peers, mit denen Sie sich verbinden möchten",
"addPeerTab": "Einen anderen Nutzer hinzufügen",

View File

@ -1,6 +1,6 @@
{
"@@locale": "en",
"@@last_modified": "2021-08-27T21:54:52+02:00",
"@@last_modified": "2021-08-29T18:35:41+02:00",
"archiveConversation": "Archive this Conversation",
"profileOnionLabel": "Send this address to people you want to connect with",
"addPeerTab": "Add a contact",

View File

@ -1,6 +1,6 @@
{
"@@locale": "es",
"@@last_modified": "2021-08-27T21:54:52+02:00",
"@@last_modified": "2021-08-29T18:35:41+02:00",
"archiveConversation": "Archive this Conversation",
"profileOnionLabel": "Envía esta dirección a los contactos con los que quieras conectarte",
"addPeerTab": "Agregar Contacto",

View File

@ -1,21 +1,21 @@
{
"@@locale": "fr",
"@@last_modified": "2021-08-27T21:54:52+02:00",
"archiveConversation": "Archive this Conversation",
"@@last_modified": "2021-08-29T18:35:41+02:00",
"archiveConversation": "Archiver cette conversation",
"profileOnionLabel": "Envoyez cette adresse aux personnes avec lesquelles vous souhaitez entrer en contact.",
"addPeerTab": "Ajouter un pair",
"addPeer": "Ajouter un pair",
"peerNotOnline": "Le pair est hors ligne, les messages ne peuvent pas être remis pour le moment",
"peerBlockedMessage": "Le pair est bloqué",
"peerOfflineMessage": "Le pair est hors ligne, les messages ne peuvent pas être remis pour le moment",
"blockBtn": "Bloquer le pair",
"savePeerHistory": "Sauvegarder l'historique des pairs",
"savePeerHistoryDescription": "Détermine s'il faut ou non supprimer tout historique associé au pair.",
"dontSavePeerHistory": "Supprimer l'historique des pairs",
"unblockBtn": "Débloquer le pair",
"addPeerTab": "Ajouter un contact",
"addPeer": "Ajouter le contact",
"peerNotOnline": "Le contact est hors ligne. Les applications ne peuvent pas être utilisées pour le moment.",
"peerBlockedMessage": "Le contact est bloqué",
"peerOfflineMessage": "Le contact est hors ligne, les messages ne peuvent pas être transmis pour le moment.",
"blockBtn": "Bloquer le contact",
"savePeerHistory": "Enregistrer l'historique",
"savePeerHistoryDescription": "Détermine s'il faut ou non supprimer tout historique associé au contact.",
"dontSavePeerHistory": "Supprimer l'historique",
"unblockBtn": "Débloquer le contact",
"blockUnknownLabel": "Bloquer les pairs inconnus",
"blockUnknownConnectionsEnabledDescription": "Connections from unknown contacts are blocked. You can change this in Settings",
"networkStatusConnecting": "Se connecter au réseau et aux pairs...",
"blockUnknownConnectionsEnabledDescription": "Les connexions provenant de contacts inconnus sont bloquées. Vous pouvez modifier cela dans les paramètres",
"networkStatusConnecting": "Connexion au réseau et aux contacts...",
"showMessageButton": "Afficher le message",
"blockedMessageMessage": "Ce message provient d'un profil que vous avez bloqué.",
"placeholderEnterMessage": "saisissez un message",

View File

@ -1,6 +1,6 @@
{
"@@locale": "it",
"@@last_modified": "2021-08-27T21:54:52+02:00",
"@@last_modified": "2021-08-29T18:35:41+02:00",
"archiveConversation": "Archive this Conversation",
"profileOnionLabel": "Inviare questo indirizzo ai peer con cui si desidera connettersi",
"addPeerTab": "Aggiungi un peer",

View File

@ -1,6 +1,6 @@
{
"@@locale": "pl",
"@@last_modified": "2021-08-27T21:54:52+02:00",
"@@last_modified": "2021-08-29T18:35:41+02:00",
"archiveConversation": "Archive this Conversation",
"profileOnionLabel": "Send this address to contacts you want to connect with",
"addPeerTab": "Add a contact",

View File

@ -1,6 +1,6 @@
{
"@@locale": "pt",
"@@last_modified": "2021-08-27T21:54:52+02:00",
"@@last_modified": "2021-08-29T18:35:41+02:00",
"archiveConversation": "Archive this Conversation",
"profileOnionLabel": "Send this address to contacts you want to connect with",
"addPeerTab": "Add a contact",

View File

@ -2,6 +2,7 @@
mkdir -p ~/.local/bin
sed "s|~|$HOME|g" cwtch.home.sh > ~/.local/bin/cwtch
chmod a+x ~/.local/bin/cwtch
mkdir -p ~/.local/share/icons
cp cwtch.png ~/.local/share/icons
@ -14,3 +15,4 @@ cp -r lib/* ~/.local/lib/cwtch
mkdir -p ~/.local/share/applications
sed "s|~|$HOME|g" cwtch.home.desktop > $HOME/.local/share/applications/cwtch.desktop
chmod a+x $HOME/.local/share/applications/cwtch.desktop

View File

@ -1,6 +1,7 @@
#!/bin/sh
cp cwtch.sys.sh /usr/bin/cwtch
chmod a+x /usr/bin/cwtch
cp cwtch.png /usr/share/icons
@ -11,3 +12,4 @@ mkdir -p /usr/lib/cwtch
cp -r lib/* /usr/lib/cwtch
cp cwtch.sys.desktop /usr/share/applications/cwtch.desktop
chmod a+x /usr/share/applications/cwtch.desktop

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.1.1+18
version: 1.2.0+19
environment:
sdk: ">=2.12.0 <3.0.0"