Update app ID
This commit is contained in:
parent
c4354311cb
commit
14d20758df
|
|
@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
|
|||
];
|
||||
|
||||
postInstall = ''
|
||||
install -D data/moe.puck.XeniD.desktop -t $out/share/applications
|
||||
install -D data/nl.tactilemetrology.labs.XeniD.desktop -t $out/share/applications
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ pub fn run_gui(
|
|||
gtc_pipe_s: async_channel::Sender<crate::pipe::GUIToCard>,
|
||||
) {
|
||||
let application = Application::builder()
|
||||
.application_id("moe.puck.XeniD")
|
||||
.application_id("nl.tactilemetrology.labs.XeniD")
|
||||
.build();
|
||||
|
||||
let ctg_pipe_r = RefCell::new(Some(ctg_pipe_r));
|
||||
|
|
|
|||
Loading…
Reference in a new issue