Skip to content

Commit de79ead

Browse files
committed
Move Brawl ISO name to Sys folder, update Linux build script
1 parent 4d5ab7d commit de79ead

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/appimage_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout Upstream Repo
1717
uses: actions/checkout@v4
1818
with:
19-
repository: dolphin-emu/dolphin
19+
repository: Motobug/Project-Plus-Dolphin
2020
ref: master
2121

2222
- name: Checkout Submodules
@@ -61,7 +61,7 @@ jobs:
6161
- name: Dolphin-Build Number
6262
run: |
6363
export LASTCOMMIT=$(git log --pretty=format:%H -1)
64-
export DOLPHINVER=$(wget -qO- https://dolphin-emu.org/download/dev/${LASTCOMMIT} | grep '<title>' | awk '{print $NF}' | cut -d '<' -f 1)
64+
export DOLPHINVER=v3.1.2
6565
echo "DOLPHIN Build $DOLPHINVER"
6666
echo "DOLPHINVER=$DOLPHINVER" >> $GITHUB_ENV
6767
sed -i "s|\${DOLPHIN_WC_DESCRIBE}|$DOLPHINVER|g" Source/Core/Common/scmrev.h.in

0 commit comments

Comments
 (0)