Skip to content

Commit b224335

Browse files
committed
brute force ver?
1 parent 817fd19 commit b224335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
SUFFIX="pr[$PR_NUM]-sha[$PR_SHA]-title[$PR_TITLE"
148148
SUFFIX=$(printf "%.99s]" "$SUFFIX")
149149
else
150-
SUFFIX="$TAG"
150+
SUFFIX="sha[$(git rev-parse --short HEAD)]"
151151
fi
152152
APPNAME="ProjectPlus-$SUFFIX"
153153
mv build/Binaries/DolphinQt.app "$APPNAME.app"

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 = EMULATOR_NAME " "
24+
static const std::string scm_rev_str = "Project+ Dolphin v3.1.2-mainline-beta.2"
2525

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

0 commit comments

Comments
 (0)