Skip to content
Snippets Groups Projects
Unverified Commit 6f420a40 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #1453 from FearlessTobi/port-4311

Port citra-emu/citra#4311: "Remove "#" in the version number"
parents 44a3baf4 8e6311bf
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ if ($ENV{CI}) ...@@ -29,7 +29,7 @@ if ($ENV{CI})
if (BUILD_VERSION) if (BUILD_VERSION)
# This leaves a trailing space on the last word, but we actually want that # This leaves a trailing space on the last word, but we actually want that
# because of how it's styled in the title bar. # because of how it's styled in the title bar.
set(BUILD_FULLNAME "${REPO_NAME} #${BUILD_VERSION} ") set(BUILD_FULLNAME "${REPO_NAME} ${BUILD_VERSION} ")
else() else()
set(BUILD_FULLNAME "") set(BUILD_FULLNAME "")
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment