mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:53:44 +08:00
chore: fix appid
This commit is contained in:
parent
ee1f14d4eb
commit
4aaedbb0e6
@ -6,9 +6,9 @@ use tauri::{
|
|||||||
};
|
};
|
||||||
|
|
||||||
#[cfg(not(feature = "verge-dev"))]
|
#[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")]
|
#[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 CLASH_CONFIG: &str = "config.yaml";
|
||||||
static VERGE_CONFIG: &str = "verge.yaml";
|
static VERGE_CONFIG: &str = "verge.yaml";
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": ["deb", "appimage", "nsis", "app", "dmg", "updater"],
|
"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": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
"icons/128x128.png",
|
"icons/128x128.png",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user