chore(#31): rename macos + linux binary to offband_meshcore

pull/41/head
Strycher 1 month ago
parent 9004f5aafa
commit e861b53649

@ -4,7 +4,7 @@ project(runner LANGUAGES CXX)
# The name of the executable created for the application. Change this to change # The name of the executable created for the application. Change this to change
# the on-disk name of your application. # 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: # The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID # https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "app.offband.meshcore") set(APPLICATION_ID "app.offband.meshcore")

@ -5,7 +5,7 @@
// 'flutter create' template. // 'flutter create' template.
// The application's name. By default this is also the title of the Flutter window. // 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 // The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = app.offband.meshcore PRODUCT_BUNDLE_IDENTIFIER = app.offband.meshcore

Loading…
Cancel
Save

Powered by TurnKey Linux.