From c77fc8a737f5c5825724fd9a65891bc544bab0ae Mon Sep 17 00:00:00 2001 From: lee-hyeon-cheol Date: Mon, 21 Sep 2026 17:45:50 +0900 Subject: [PATCH] =?UTF-8?q?chore(tauri):=200.1.1=20=E2=80=94=20=EA=B0=99?= =?UTF-8?q?=EC=9D=80=20=EB=B2=84=EC=A0=84=20msi=20=EB=8A=94=20Windows=20?= =?UTF-8?q?=EA=B0=80=20=EC=84=A4=EC=B9=98=EB=A5=BC=20=EA=B1=B4=EB=84=88?= =?UTF-8?q?=EB=9B=B0=EC=96=B4=20=EC=9E=AC=EB=B0=B0=ED=8F=AC=EB=A7=88?= =?UTF-8?q?=EB=8B=A4=20=EC=98=AC=EB=A6=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5.1 --- 4_rust_tauri/src-tauri/Cargo.toml | 2 +- 4_rust_tauri/src-tauri/tauri.conf.json | 84 +++++++++++++------------- 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/4_rust_tauri/src-tauri/Cargo.toml b/4_rust_tauri/src-tauri/Cargo.toml index c34656c..38da60f 100644 --- a/4_rust_tauri/src-tauri/Cargo.toml +++ b/4_rust_tauri/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codeassist-tauri" -version = "0.1.0" +version = "0.1.1" description = "CodeAssist 표준 Rust/Tauri 데스크톱 앱" authors = ["justdodev"] edition = "2021" diff --git a/4_rust_tauri/src-tauri/tauri.conf.json b/4_rust_tauri/src-tauri/tauri.conf.json index 70e4e80..9a7bd5a 100644 --- a/4_rust_tauri/src-tauri/tauri.conf.json +++ b/4_rust_tauri/src-tauri/tauri.conf.json @@ -1,42 +1,42 @@ -{ - "$schema": "https://schema.tauri.app/config/2", - "productName": "CodeAssist", - "version": "0.1.0", - "identifier": "com.codeassist.app", - "build": { - "beforeDevCommand": { "cwd": "../../2_frontend", "script": "npm run dev" }, - "devUrl": "http://localhost:15173", - "beforeBuildCommand": { "cwd": "../../2_frontend", "script": "npm run build" }, - "frontendDist": "../../2_frontend/dist" - }, - "app": { - "withGlobalTauri": false, - "windows": [ - { - "label": "main", - "url": "/snap", - "title": "CodeAssist", - "width": 960, - "height": 680, - "center": true, - "resizable": true, - "decorations": false, - "visible": true - } - ], - "security": { - "csp": null - } - }, - "bundle": { - "active": true, - "targets": "all", - "icon": [ - "icons/32x32.png", - "icons/128x128.png", - "icons/128x128@2x.png", - "icons/icon.icns", - "icons/icon.ico" - ] - } -} +{ + "$schema": "https://schema.tauri.app/config/2", + "productName": "CodeAssist", + "version": "0.1.1", + "identifier": "com.codeassist.app", + "build": { + "beforeDevCommand": { "cwd": "../../2_frontend", "script": "npm run dev" }, + "devUrl": "http://localhost:15173", + "beforeBuildCommand": { "cwd": "../../2_frontend", "script": "npm run build" }, + "frontendDist": "../../2_frontend/dist" + }, + "app": { + "withGlobalTauri": false, + "windows": [ + { + "label": "main", + "url": "/snap", + "title": "CodeAssist", + "width": 960, + "height": 680, + "center": true, + "resizable": true, + "decorations": false, + "visible": true + } + ], + "security": { + "csp": null + } + }, + "bundle": { + "active": true, + "targets": "all", + "icon": [ + "icons/32x32.png", + "icons/128x128.png", + "icons/128x128@2x.png", + "icons/icon.icns", + "icons/icon.ico" + ] + } +}