feat: branding

This commit is contained in:
Gab
2026-03-27 16:57:05 +11:00
parent fdc30ae262
commit 95340af79a
32 changed files with 31 additions and 38 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -53,7 +53,7 @@ impl MainWindow {
app,
decorations,
)
.title("OpenCode")
.title("TF Code")
.disable_drag_drop_handler()
.zoom_hotkeys_enabled(false)
.visible(true)

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenCode Beta",
"identifier": "ai.opencode.desktop.beta",
"productName": "TF Code Beta",
"identifier": "ai.tfcode.desktop.beta",
"bundle": {
"createUpdaterArtifacts": true,
"icon": [

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenCode Dev",
"identifier": "ai.opencode.desktop.dev",
"productName": "TF Code Dev",
"identifier": "ai.tfcode.desktop.dev",
"mainBinaryName": "OpenCode",
"version": "../package.json",
"build": {

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenCode",
"identifier": "ai.opencode.desktop",
"productName": "TF Code",
"identifier": "ai.tfcode.desktop",
"bundle": {
"createUpdaterArtifacts": true,
"icon": [