(feat): tauri -> electron desktop app migration #9

Merged
alois merged 13 commits from dev into main 2026-05-25 16:35:36 +03:00
4 changed files with 21 additions and 21 deletions
Showing only changes of commit edfb037864 - Show all commits

(fix): lowercase name on android
Some checks failed
/ build-desktop (push) Has been cancelled
/ release (push) Has been cancelled
/ build-web (push) Has been cancelled
/ build-mobile (push) Has been cancelled

Alois 2026-05-25 00:00:10 +02:00

View file

@ -2,23 +2,6 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "Tensamin"
version = "0.0.0"
dependencies = [
"base64 0.22.1",
"image 0.25.10",
"serde",
"serde_json",
"tauri",
"tauri-build 2.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tauri-plugin-app-events",
"tauri-plugin-barcode-scanner",
"tauri-plugin-deep-link",
"tauri-plugin-opener",
"xcap",
]
[[package]]
name = "adler2"
version = "2.0.1"
@ -4853,6 +4836,23 @@ dependencies = [
"utf-8",
]
[[package]]
name = "tensamin"
version = "0.0.0"
dependencies = [
"base64 0.22.1",
"image 0.25.10",
"serde",
"serde_json",
"tauri",
"tauri-build 2.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tauri-plugin-app-events",
"tauri-plugin-barcode-scanner",
"tauri-plugin-deep-link",
"tauri-plugin-opener",
"xcap",
]
[[package]]
name = "thiserror"
version = "1.0.69"

View file

@ -1,5 +1,5 @@
[package]
name = "Tensamin"
name = "tensamin"
version = "0.0.0"
description = "Privacy focused messanger"
authors = ["methanium"]

View file

@ -1,4 +1,4 @@
<resources>
<string name="app_name">tensamin</string>
<string name="main_activity_title">tensamin</string>
<string name="app_name">Tensamin</string>
<string name="main_activity_title">Tensamin</string>
</resources>

View file

@ -1,6 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Tensamin",
"productName": "tensamin",
"version": "0.0.0",
"mainBinaryName": "tensamin",
"identifier": "net.tensamin.client",