From 598d0cbb4ea8c75fe62604ef243befb02a404a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=B2=AB=E8=8A=B1=E7=81=ABzzz=F0=9F=8C=99?= Date: Tue, 1 Oct 2024 08:14:00 +0800 Subject: [PATCH] Never use `com.example` --- linux/CMakeLists.txt | 2 +- pubspec.yaml | 2 +- windows/runner/Runner.rc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 5ee7301..635ac4a 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -7,7 +7,7 @@ project(runner LANGUAGES CXX) set(BINARY_NAME "eda") # The unique GTK application identifier for this application. See: # https://wiki.gnome.org/HowDoI/ChooseApplicationID -set(APPLICATION_ID "com.example.eda") +set(APPLICATION_ID "moe.muska.ami.eda") # Explicitly opt in to modern CMake behaviors to avoid warnings with recent # versions of CMake. diff --git a/pubspec.yaml b/pubspec.yaml index 8f58cf2..d4f104d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.0+1 +version: 1.0.0+2 environment: sdk: ^3.5.3 diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index 43dd6e0..b79aa55 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -89,11 +89,11 @@ BEGIN BEGIN BLOCK "040904e4" BEGIN - VALUE "CompanyName", "com.example" "\0" + VALUE "CompanyName", "moe.muska.ami" "\0" VALUE "FileDescription", "eda" "\0" VALUE "FileVersion", VERSION_AS_STRING "\0" VALUE "InternalName", "eda" "\0" - VALUE "LegalCopyright", "Copyright (C) 2024 com.example. All rights reserved." "\0" + VALUE "LegalCopyright", "Copyright (C) 2024 moe.muska.ami. All rights reserved." "\0" VALUE "OriginalFilename", "eda.exe" "\0" VALUE "ProductName", "eda" "\0" VALUE "ProductVersion", VERSION_AS_STRING "\0"