Skip to content

Commit

Permalink
Merge pull request #1077 from JulianGro/RELEASE_NAME
Browse files Browse the repository at this point in the history
Remove remnants of RELEASE_NAME.
  • Loading branch information
JulianGro authored Jul 9, 2024
2 parents ebcd6c0 + 6d3d90f commit dcf2b1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions cmake/macros/GenerateInstallers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Created by Leonardo Murillo on 12/16/2015.
# Copyright 2015 High Fidelity, Inc.
# Copyright 2021 Vircadia contributors.
# Copyright 2022 Overte e.V.
# Copyright 2022-2024 Overte e.V.
#
# Distributed under the Apache License, Version 2.0.
# See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
Expand Down Expand Up @@ -33,8 +33,7 @@ macro(GENERATE_INSTALLERS)
set(CPACK_PACKAGE_NAME ${_DISPLAY_NAME})
set(CPACK_PACKAGE_VENDOR "Overte")
set(CPACK_PACKAGE_VERSION ${BUILD_VERSION})
# There is some sort of bug which adds a "-" between the BUILD_VERSION and the RELEASE_NAME.
set(CPACK_PACKAGE_FILE_NAME "Overte${_PACKAGE_NAME_EXTRA}-${BUILD_VERSION}${RELEASE_NAME}")
set(CPACK_PACKAGE_FILE_NAME "Overte${_PACKAGE_NAME_EXTRA}-${BUILD_VERSION}")
set(CPACK_NSIS_DISPLAY_NAME ${_DISPLAY_NAME})
set(CPACK_NSIS_PACKAGE_NAME ${_DISPLAY_NAME})
set(CPACK_NSIS_COMPRESSOR "LZMA")
Expand Down
3 changes: 2 additions & 1 deletion interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// Created by David Rowe on 18 Apr 2017
// Copyright 2017 High Fidelity, Inc.
// Copyright 2020 Vircadia contributors.
// Copyright 2024 Overte e.V.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
Expand Down Expand Up @@ -39,7 +40,7 @@ Rectangle {
color: "white"
}
RalewayRegular {
text: "Build " + About.buildVersion + " " + About.releaseName
text: "Build " + About.buildVersion
size: 16
color: "white"
}
Expand Down

0 comments on commit dcf2b1f

Please sign in to comment.