From 96ce5f33969655acfb20a58c26e6f859407c525b Mon Sep 17 00:00:00 2001 From: Le-King-Fu Date: Wed, 11 Feb 2026 22:53:03 +0000 Subject: [PATCH] fix: set updater public key and bump version to 0.1.1 Co-Authored-By: Claude Opus 4.6 --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 92f704d..4931e03 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Simpl Résultat", - "version": "0.1.0", + "version": "0.1.1", "identifier": "com.simpl.resultat", "build": { "beforeDevCommand": "npm run dev", @@ -35,7 +35,7 @@ }, "plugins": { "updater": { - "pubkey": "REPLACE_WITH_PUBLIC_KEY", + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDE2MTAyRTg2N0Q3OTBBNDAKUldSQUNubDloaTRRRm1hSzdmekpzNThHQ0N0MXpYSklIR012eFlYVHhadUpDbndkSTJUWmNMRk4K", "endpoints": [ "https://github.com/Le-King-Fu/simpl-resultat/releases/latest/download/latest.json" ],