Use a reverse-DNS bundle identifier
Stage Manager could not resolve the icon for the old mixed-case one. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -28,7 +28,7 @@ muda = "0.15.3"
|
|||||||
|
|
||||||
[package.metadata.packager]
|
[package.metadata.packager]
|
||||||
product-name = "DS4Server"
|
product-name = "DS4Server"
|
||||||
identifier = "DS4Server.rfc1437.de"
|
identifier = "de.rfc1437.ds4server"
|
||||||
description = "A native macOS coding-agent GUI for DwarfStar"
|
description = "A native macOS coding-agent GUI for DwarfStar"
|
||||||
binaries = [{ path = "ds4-server", main = true }]
|
binaries = [{ path = "ds4-server", main = true }]
|
||||||
icons = ["assets/DS4Server.icns", "assets/app-icon.png"]
|
icons = ["assets/DS4Server.icns", "assets/app-icon.png"]
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ use std::sync::{Arc, Mutex, RwLock};
|
|||||||
use std::thread;
|
use std::thread;
|
||||||
use std::time::{Duration, Instant};
|
use std::time::{Duration, Instant};
|
||||||
|
|
||||||
const APP_ID: &str = "DS4Server.rfc1437.de";
|
const APP_ID: &str = "de.rfc1437.ds4server";
|
||||||
const METRICS_SAMPLE_INTERVAL: Duration = Duration::from_millis(200);
|
const METRICS_SAMPLE_INTERVAL: Duration = Duration::from_millis(200);
|
||||||
|
|
||||||
pub(crate) struct App {
|
pub(crate) struct App {
|
||||||
|
|||||||
Reference in New Issue
Block a user