diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 73a9382..d035aee 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -4,7 +4,7 @@ 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 "meshcore_open") +set(BINARY_NAME "offband_meshcore") # The unique GTK application identifier for this application. See: # https://wiki.gnome.org/HowDoI/ChooseApplicationID set(APPLICATION_ID "app.offband.meshcore") diff --git a/macos/Runner/Configs/AppInfo.xcconfig b/macos/Runner/Configs/AppInfo.xcconfig index 50d5466..b7622d7 100644 --- a/macos/Runner/Configs/AppInfo.xcconfig +++ b/macos/Runner/Configs/AppInfo.xcconfig @@ -5,7 +5,7 @@ // 'flutter create' template. // The application's name. By default this is also the title of the Flutter window. -PRODUCT_NAME = meshcore_open +PRODUCT_NAME = offband_meshcore // The application's bundle identifier PRODUCT_BUNDLE_IDENTIFIER = app.offband.meshcore