mirror of
https://github.com/K3vinb5/Unyo.git
synced 2026-06-13 13:49:43 +00:00
rewrite: Update application identifiers
This commit is contained in:
@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
|
||||
set(BINARY_NAME "unyo")
|
||||
# The unique GTK application identifier for this application. See:
|
||||
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
|
||||
set(APPLICATION_ID "com.example.unyo")
|
||||
set(APPLICATION_ID "dev.k3vinb5.unyo")
|
||||
|
||||
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
|
||||
# versions of CMake.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
PRODUCT_NAME = unyo
|
||||
|
||||
// The application's bundle identifier
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.unyo
|
||||
PRODUCT_BUNDLE_IDENTIFIER = dev.k3vinb5.unyo
|
||||
|
||||
// The copyright displayed in application information
|
||||
PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.
|
||||
|
||||
@@ -92,7 +92,7 @@ BEGIN
|
||||
VALUE "CompanyName", "com.example" "\0"
|
||||
VALUE "FileDescription", "unyo" "\0"
|
||||
VALUE "FileVersion", VERSION_AS_STRING "\0"
|
||||
VALUE "InternalName", "unyo" "\0"
|
||||
VALUE "InternalName", "dev.k3vinb5.unyo" "\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
|
||||
VALUE "OriginalFilename", "unyo.exe" "\0"
|
||||
VALUE "ProductName", "unyo" "\0"
|
||||
|
||||
Reference in New Issue
Block a user