From 85fed3d1d9c5325d0602e905cd207c8169d1ee0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20B=C3=B6sche?= Date: Sun, 1 Feb 2026 08:40:39 +0100 Subject: [PATCH] Update project name in CMakeLists.txt and correct description in pubspec.yaml --- b0esche_cloud/pubspec.yaml | 2 +- b0esche_cloud/windows/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/b0esche_cloud/pubspec.yaml b/b0esche_cloud/pubspec.yaml index bd731e1..a08caaf 100644 --- a/b0esche_cloud/pubspec.yaml +++ b/b0esche_cloud/pubspec.yaml @@ -1,5 +1,5 @@ name: b0esche -description: "become cloud." +description: "b0esche secure cloud" publish_to: "none" version: 0.1.0 diff --git a/b0esche_cloud/windows/CMakeLists.txt b/b0esche_cloud/windows/CMakeLists.txt index be4a845..55b74ff 100644 --- a/b0esche_cloud/windows/CMakeLists.txt +++ b/b0esche_cloud/windows/CMakeLists.txt @@ -1,6 +1,6 @@ # Project-level configuration. cmake_minimum_required(VERSION 3.14) -project(b0esche_cloud LANGUAGES CXX) +project(b0esche.cloud LANGUAGES CXX) # The name of the executable created for the application. Change this to change # the on-disk name of your application.