From 45453ba14b66a1af0610de84f9aa293f5cf8904b Mon Sep 17 00:00:00 2001 From: Saul Rennison Date: Fri, 2 Aug 2024 18:48:17 +0100 Subject: [PATCH] Fix extract path --- demos/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/download.sh b/demos/download.sh index 1c4c79b..68e16c3 100755 --- a/demos/download.sh +++ b/demos/download.sh @@ -7,7 +7,7 @@ pushd "$(dirname "$0")" curl 'https://pub-df0163da89b24187b28fd37c8dc7c8a1.r2.dev/demofile-net-demos-6.zip' --output test-demos.zip unzip -o test-demos.zip -mv demofile-demos-6/* . +mv demofile-demos-5/* . # Clean up to reduce the size of the 'demos' directory rm test-demos.zip