Update project name in CMakeLists.txt and correct description in pubspec.yaml

This commit is contained in:
Leon Bösche
2026-02-01 08:40:39 +01:00
parent 14b5eb1c31
commit 85fed3d1d9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: b0esche name: b0esche
description: "become cloud." description: "b0esche secure cloud"
publish_to: "none" publish_to: "none"
version: 0.1.0 version: 0.1.0

View File

@@ -1,6 +1,6 @@
# Project-level configuration. # Project-level configuration.
cmake_minimum_required(VERSION 3.14) 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 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.