From adc712477b180c562bd7c8a02c33497bd7be62e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20Polverari?= Date: Fri, 29 Mar 2024 17:01:15 -0300 Subject: [PATCH] Source files name change --- .ci/source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/source.sh b/.ci/source.sh index 67a436d71..ca5118203 100755 --- a/.ci/source.sh +++ b/.ci/source.sh @@ -2,7 +2,7 @@ GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`" GITREV="`git show -s --format='%h'`" -REV_NAME="citra-unified-source-${GITDATE}-${GITREV}" +REV_NAME="lime-unified-source-${GITDATE}-${GITREV}" COMPAT_LIST='dist/compatibility_list/compatibility_list.json'