Skip to content

Commit

Permalink
2953: set manufacturer / vendor name to 'TrenchBroom' (TrenchBroom#2956)
Browse files Browse the repository at this point in the history
* 2953: set manufacturer / vector name to 'TrenchBroom'

* 2953: set organization domain to 'trenchbroom.github.io'

* 2953: remove comment
  • Loading branch information
kduske authored Jan 12, 2020
1 parent 79c2e04 commit e9d89ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ set(APP_PACKAGE_FILE_NAME "TrenchBroom-${APP_PLATFORM_NAME}-${GIT_DESCRIBE}-${CM
set(APP_PACKAGE_DIR_NAME "$ENV{DROPBOX}/TrenchBroom/")
set(CPACK_PACKAGE_FILE_NAME ${APP_PACKAGE_FILE_NAME})
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "TrenchBroom Level Editor")
set(CPACK_PACKAGE_VENDOR "Kristian Duske")
set(CPACK_PACKAGE_VENDOR "TrenchBroom")
if (CMAKE_BUILD_TYPE STREQUAL "Release")
# We want stack trace symbols even in our release builds, so don't strip
set(CPACK_STRIP_FILES FALSE)
Expand Down
2 changes: 1 addition & 1 deletion app/cmake/TrenchBroom.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Kristian Duske"
VALUE "CompanyName", "TrenchBroom"
VALUE "FileDescription", "TrenchBroom Level Editor"
VALUE "FileVersion", VERSION_RC
VALUE "InternalName", "TrenchBroom.exe"
Expand Down
2 changes: 1 addition & 1 deletion common/src/TrenchBroomApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ namespace TrenchBroom {
// Needs to be "" otherwise Qt adds this to the paths returned by QStandardPaths
// which would cause preferences to move from where they were with wx
setOrganizationName("");
setOrganizationDomain("com.kristianduske");
setOrganizationDomain("io.github.trenchbroom");

if (!initializeGameFactory()) {
QCoreApplication::exit(1);
Expand Down

0 comments on commit e9d89ab

Please sign in to comment.