Skip to content

Commit 02aec3c

Browse files
committed
chore: update app id
1 parent 08ce60d commit 02aec3c

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
@@ -39,7 +39,7 @@ import org.ooni.probe.shared.DesktopOS
3939
import org.ooni.probe.shared.Platform
4040
import java.awt.Desktop
4141

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

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

0 commit comments

Comments
 (0)