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

View File

@@ -39,7 +39,7 @@ const getBase = (): Configuration => ({
sign: true,
},
protocols: {
name: "OpenCode",
name: "TF Code",
schemes: ["opencode"],
},
win: {
@@ -67,7 +67,7 @@ function getConfig() {
return {
...base,
appId: "ai.opencode.desktop.dev",
productName: "OpenCode Dev",
productName: "TF Code Dev",
rpm: { packageName: "opencode-dev" },
}
}
@@ -75,8 +75,8 @@ function getConfig() {
return {
...base,
appId: "ai.opencode.desktop.beta",
productName: "OpenCode Beta",
protocols: { name: "OpenCode Beta", schemes: ["opencode"] },
productName: "TF Code Beta",
protocols: { name: "TF Code Beta", schemes: ["opencode"] },
publish: { provider: "github", owner: "anomalyco", repo: "opencode-beta", channel: "latest" },
rpm: { packageName: "opencode-beta" },
}
@@ -85,8 +85,8 @@ function getConfig() {
return {
...base,
appId: "ai.opencode.desktop",
productName: "OpenCode",
protocols: { name: "OpenCode", schemes: ["opencode"] },
productName: "TF Code",
protocols: { name: "TF Code", schemes: ["opencode"] },
publish: { provider: "github", owner: "anomalyco", repo: "opencode", channel: "latest" },
rpm: { packageName: "opencode" },
}

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

@@ -6,7 +6,7 @@
"license": "MIT",
"homepage": "https://opencode.ai",
"author": {
"name": "OpenCode",
"name": "TF Code",
"email": "hello@opencode.ai"
},
"scripts": {

View File

@@ -66,7 +66,7 @@ export function createMainWindow(globals: Globals) {
width: state.width,
height: state.height,
show: true,
title: "OpenCode",
title: "TF Code",
icon: iconPath(),
backgroundColor,
...(process.platform === "darwin"

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>OpenCode</title>
<title>TF Code</title>
<link rel="icon" type="image/png" href="./favicon-96x96-v3.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="./favicon-v3.svg" />
<link rel="shortcut icon" href="./favicon-v3.ico" />

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>OpenCode</title>
<title>TF Code</title>
<link rel="icon" type="image/png" href="./favicon-96x96-v3.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="./favicon-v3.svg" />
<link rel="shortcut icon" href="./favicon-v3.ico" />