We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bc03b commit eb9e104Copy full SHA for eb9e104
.github/workflows/ci.yml
@@ -161,7 +161,7 @@ jobs:
161
path: "*.tar.xz"
162
163
build_appimage:
164
- name: Project Plus Dolphin bundled as appimage
+ name: AppImage Build
165
runs-on: ubuntu-24.04
166
env:
167
yaqti: 6.7.3
Source/Core/Common/Version.cpp
@@ -21,7 +21,7 @@ namespace Common
21
22
const std::string& GetScmRevStr()
23
{
24
- static const std::string scm_rev_str = "Project+ Dolphin v3.1.2-mainline-beta.2"
+ static const std::string scm_rev_str = EMULATOR_NAME " "
25
26
#ifdef __INTEL_COMPILER
27
BUILD_TYPE_STR SCM_DESC_STR "-ICC";
0 commit comments