윈도우 앱 재설치 없이 업데이트

This commit is contained in:
Macbook
2026-06-15 16:33:44 +09:00
parent 63a40c9c75
commit 02799cc8f8
2 changed files with 29 additions and 2 deletions
+9 -1
View File
@@ -47,6 +47,11 @@
"infoPlist": "Info.plist",
"signingIdentity": "-",
"entitlements": "./Entitlements.plist"
},
"windows": {
"nsis": {
"installMode": "currentUser"
}
}
},
"plugins": {
@@ -54,7 +59,10 @@
"endpoints": [
"https://exdev.co.kr/desktop/updates/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDg3MUJCMjIyRkIyNzdFMUUKUldRZWZpZjdJckliaDlMS3pvRHpmQ2lnSFNjaDQrT1pEZTdDZEJ5S2RhOXV5aU1QY3JObEEwaFUK"
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDg3MUJCMjIyRkIyNzdFMUUKUldRZWZpZjdJckliaDlMS3pvRHpmQ2lnSFNjaDQrT1pEZTdDZEJ5S2RhOXV5aU1QY3JObEEwaFUK",
"windows": {
"installMode": "passive"
}
}
}
}