Skip to content

Commit eb9e104

Browse files
committed
Small fixes
1 parent e3bc03b commit eb9e104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
path: "*.tar.xz"
162162

163163
build_appimage:
164-
name: Project Plus Dolphin bundled as appimage
164+
name: AppImage Build
165165
runs-on: ubuntu-24.04
166166
env:
167167
yaqti: 6.7.3

Source/Core/Common/Version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Common
2121

2222
const std::string& GetScmRevStr()
2323
{
24-
static const std::string scm_rev_str = "Project+ Dolphin v3.1.2-mainline-beta.2"
24+
static const std::string scm_rev_str = EMULATOR_NAME " "
2525

2626
#ifdef __INTEL_COMPILER
2727
BUILD_TYPE_STR SCM_DESC_STR "-ICC";

0 commit comments

Comments
 (0)