Skip to content

Commit

Permalink
Update runtimes and manifest fixes (#265)
Browse files Browse the repository at this point in the history
* Update runtimes

* Remove unsupported w3c runner

* fix kron4ek builds

* fix older incompatible ge-proton builds

* fix and track .yml index file
  • Loading branch information
koplo199 authored Jul 24, 2023
1 parent f5bf215 commit 1366c4d
Show file tree
Hide file tree
Showing 122 changed files with 1,403 additions and 1,724 deletions.
1,371 changes: 1,371 additions & 0 deletions 51.6.yml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion generate_index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ for entry in "${entries[@]}"; do
echo -e "# -----------------------" >> "$DIR/index.yml"
cat "$entry" >> "$DIR/index.yml"
done
cp index.yml $(curl https://raw.githubusercontent.com/bottlesdevs/Bottles/main/VERSION)
bottle_version=$(curl https://raw.githubusercontent.com/bottlesdevs/Bottles/main/VERSION)
cp index.yml $bottle_version.yml
git add $bottle_version.yml
Loading

0 comments on commit 1366c4d

Please sign in to comment.