Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Change bundle name and identifier
Sebastian Martinez committed 1 year ago
commit 553ed7e052902a2cc546a146f774aed8b5ef6aed
parent 8885b0d34d8744292ff96d89225fdab4338f65b4
1 file changed +3 -3
modified src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
-
  "productName": "radicle-desktop",
+
  "productName": "Radicle",
  "version": "0.0.0",
-
  "identifier": "com.tauri.dev",
+
  "identifier": "xyz.radicle.desktop",
  "build": {
    "beforeDevCommand": "npm run dev",
    "devUrl": "http://localhost:1420",
@@ -11,7 +11,7 @@
  "app": {
    "windows": [
      {
-
        "title": "radicle-desktop",
+
        "title": "Radicle",
        "width": 800,
        "height": 600
      }