From eb154802b49e83fc42d9c1e22ec87219724d24f2 Mon Sep 17 00:00:00 2001 From: TomH1004 Date: Wed, 15 Oct 2025 14:53:07 +0200 Subject: [PATCH] minor change --- linux/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 75be885..5f36b32 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -4,10 +4,10 @@ project(runner LANGUAGES CXX) # The name of the executable created for the application. Change this to change # the on-disk name of your application. -set(BINARY_NAME "flutterudp") +set(BINARY_NAME "unityudp") # The unique GTK application identifier for this application. See: # https://wiki.gnome.org/HowDoI/ChooseApplicationID -set(APPLICATION_ID "com.example.flutterudp") +set(APPLICATION_ID "com.example.unityudp") # Explicitly opt in to modern CMake behaviors to avoid warnings with recent # versions of CMake.