맥 os 전략지표 드래그 문제 최종 수정

This commit is contained in:
Macbook
2026-06-15 10:06:52 +09:00
parent a3aca639c1
commit 0e09825cab
13 changed files with 451 additions and 48 deletions
+1 -1
View File
@@ -1444,7 +1444,7 @@ dependencies = [
[[package]]
name = "goldenchart-desktop"
version = "0.1.43"
version = "0.1.48"
dependencies = [
"serde",
"serde_json",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "goldenchart-desktop"
version = "0.1.43"
version = "0.1.48"
description = "GoldenChart Desktop Client"
authors = ["GoldenChart"]
edition = "2021"
+3 -3
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "GoldenChart",
"version": "0.1.43",
"version": "0.1.48",
"identifier": "com.goldenchart.desktop",
"build": {
"beforeDevCommand": "npm run dev",
@@ -14,7 +14,7 @@
"windows": [
{
"label": "main",
"title": "GoldenChart (v0.1.43)",
"title": "GoldenChart (v0.1.48)",
"width": 1440,
"height": 900,
"minWidth": 960,
@@ -54,7 +54,7 @@
"endpoints": [
"https://exdev.co.kr/desktop/updates/latest.json"
],
"pubkey": "REPLACE_WITH_TAURI_SIGNER_PUBKEY"
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDg3MUJCMjIyRkIyNzdFMUUKUldRZWZpZjdJckliaDlMS3pvRHpmQ2lnSFNjaDQrT1pEZTdDZEJ5S2RhOXV5aU1QY3JObEEwaFUK"
}
}
}