desktop 앱 실행시 종료문제 수정

This commit is contained in:
Macbook
2026-06-14 11:26:46 +09:00
parent 3f29e37139
commit 117a588df8
8 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
"plugins": {
"updater": {
"endpoints": [
"http://exdev.co.kr/desktop/updates/latest.json"
"https://exdev.co.kr/desktop/updates/latest.json"
],
"pubkey": "REPLACE_WITH_TAURI_SIGNER_PUBKEY"
}