Skip to content

Commit 771bdcc

Browse files
authored
🧐
1 parent 99bc740 commit 771bdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

citron-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
fi
1818

1919
# BUILD CITRON, fallback to mirror if upstream repo fails to clone
20-
git clone --recursive "https://git.citron-emu.org/citron/emu.git" ./citron && (
20+
git clone --recursive "https://git.citron-emu.org/citron/emulator.git" ./citron && (
2121
cd ./citron
2222
if [ "$DEVEL" = 'true' ]; then
2323
CITRON_TAG="$(git rev-parse --short HEAD)"

0 commit comments

Comments
 (0)