Skip to content

Commit fbe52ac

Browse files
committed
use ch identifier
1 parent 63500e1 commit fbe52ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ regex = "1.11"
3636

3737
[package.metadata.bundle]
3838
name = "Serial Monitor"
39-
identifier = "com.hacknus.serial_monitor"
39+
identifier = "ch.hacknus.serial_monitor"
4040
icon = ["./icons/install.png"]
4141
copyright = "Copyright (c) hacknus 2025. All rights reserved."
4242
category = "Developer Tool"
4343
short_description = "Serial Monitor and Plotter written in rust."
4444
long_description = "Serial Monitor and Plotter written in rust. Interface with serial devices with the ability to log to a file and plot the data."
4545
osx_minimum_system_version = "10.12"
46-
osx_url_schemes = ["com.hacknus.serial_monitor"]
46+
osx_url_schemes = ["ch.hacknus.serial_monitor"]
4747
deb_depends = ["libclang-dev", "libgtk-3-dev", "libxcb-render0-dev", "libxcb-shape0-dev", "libxcb-xfixes0-dev", "libxkbcommon-dev", "libssl-dev"]
4848

4949
[package.metadata.wix]

0 commit comments

Comments
 (0)