Jelajahi Sumber

Merge pull request #1453 from FearlessTobi/port-4311

Port citra-emu/citra#4311: "Remove "#" in the version number"
bunnei 7 tahun lalu
induk
melakukan
6f420a40cf
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/common/CMakeLists.txt

+ 1 - 1
src/common/CMakeLists.txt

@@ -29,7 +29,7 @@ if ($ENV{CI})
       if (BUILD_VERSION)
         # This leaves a trailing space on the last word, but we actually want that
         # 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()
         set(BUILD_FULLNAME "")
       endif()