updated flash runner

This commit is contained in:
avscs
2025-06-01 15:06:58 -04:00
committed by avsc-sid
parent 6eb8b29f14
commit e2ec8f1e09
8 changed files with 6 additions and 5 deletions
Regular → Executable
+1
View File
@@ -15,3 +15,4 @@ export URL=$(curl -s https://api.github.com/repos/ruffle-rs/ruffle/releases | jq
wget "$URL" -O ruffle.zip
unzip ruffle.zip "*.js" "*.wasm"
rm ruffle.zip
cd "$FORMER_DIR"