Skip to content

Commit c7fe7ef

Browse files
committed
chore: update app id
1 parent d048e8e commit c7fe7ef

File tree

1 file changed

+1
-1
lines changed
  • composeApp/src/desktopMain/kotlin/org/ooni/probe

1 file changed

+1
-1
lines changed

composeApp/src/desktopMain/kotlin/org/ooni/probe/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import org.ooni.probe.shared.DesktopOS
2727
import org.ooni.probe.shared.Platform
2828
import java.awt.Desktop
2929

30-
val APP_ID = "org.openobservatory.ooniprobe"
30+
val APP_ID = "org.ooni.probe" // needs to be thesame as conveyor `app.rdns-name`
3131

3232
fun main(args: Array<String>) {
3333
val autoLaunch = AutoLaunch(appPackageName = APP_ID)

0 commit comments

Comments
 (0)