ソースを参照

chore: fix appid

MystiPanda 1 年間 前
コミット
10bb53e7de
2 ファイル変更3 行追加3 行削除
  1. 2 2
      src-tauri/src/utils/dirs.rs
  2. 1 1
      src-tauri/tauri.conf.json

+ 2 - 2
src-tauri/src/utils/dirs.rs

@@ -6,9 +6,9 @@ use tauri::{
 };
 
 #[cfg(not(feature = "verge-dev"))]
-static APP_ID: &str = "io.github.clash_verge_rev.clash_verge_rev";
+static APP_ID: &str = "io.github.clash-verge-rev.clash-verge-rev";
 #[cfg(feature = "verge-dev")]
-static APP_ID: &str = "io.github.clash_verge_rev.clash_verge_rev.dev";
+static APP_ID: &str = "io.github.clash-verge-rev.clash-verge-rev.dev";
 
 static CLASH_CONFIG: &str = "config.yaml";
 static VERGE_CONFIG: &str = "verge.yaml";

+ 1 - 1
src-tauri/tauri.conf.json

@@ -17,7 +17,7 @@
     "bundle": {
       "active": true,
       "targets": ["deb", "appimage", "nsis", "app", "dmg", "updater"],
-      "identifier": "io.github.clash_verge_rev.clash_verge_rev",
+      "identifier": "io.github.clash-verge-rev.clash-verge-rev",
       "icon": [
         "icons/32x32.png",
         "icons/128x128.png",