Skip to content

Commit ce85663

Browse files
committed
chore(tauri): update app metadata and configuration
1 parent b5ae492 commit ce85663

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opcode"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "GUI app and Toolkit for Claude Code"
55
authors = ["mufeedvh", "123vviekr"]
66
license = "AGPL-3.0"

src-tauri/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>LSMinimumSystemVersion</key>
88
<string>10.15</string>
99
<key>CFBundleShortVersionString</key>
10-
<string>0.1.0</string>
10+
<string>0.2.0</string>
1111
<key>CFBundleName</key>
1212
<string>opcode</string>
1313
<key>CFBundleDisplayName</key>

src-tauri/tauri.conf.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "opcode",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"identifier": "opcode.asterisk.so",
66
"build": {
77
"beforeDevCommand": "bun run dev",
@@ -66,8 +66,11 @@
6666
],
6767
"icon": [
6868
"icons/32x32.png",
69+
"icons/64x64.png",
6970
"icons/128x128.png",
7071
"icons/128x128@2x.png",
72+
"icons/icon.png",
73+
"icons/icon.ico",
7174
"icons/icon.icns"
7275
],
7376
"resources": [],

0 commit comments

Comments
 (0)