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 99bc740 commit 771bdccCopy full SHA for 771bdcc
citron-appimage.sh
@@ -17,7 +17,7 @@ else
17
fi
18
19
# BUILD CITRON, fallback to mirror if upstream repo fails to clone
20
-git clone --recursive "https://git.citron-emu.org/citron/emu.git" ./citron && (
+git clone --recursive "https://git.citron-emu.org/citron/emulator.git" ./citron && (
21
cd ./citron
22
if [ "$DEVEL" = 'true' ]; then
23
CITRON_TAG="$(git rev-parse --short HEAD)"
0 commit comments