From e861b5364986c83d605db641a85efe4c776f3665 Mon Sep 17 00:00:00 2001 From: Strycher Date: Wed, 17 Jun 2026 16:54:56 -0400 Subject: [PATCH] chore(#31): rename macos + linux binary to offband_meshcore --- linux/CMakeLists.txt | 2 +- macos/Runner/Configs/AppInfo.xcconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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