Remove script for updating website that is no longer used

Change-Id: I01fa39184e987f9535a743f8b7d32fb1e2421e69
This commit is contained in:
hikari_no_yume
2024-03-15 12:09:22 +01:00
parent 41c70f13b9
commit ddac694fa8
2 changed files with 0 additions and 8 deletions

View File

@@ -1,3 +1 @@
/new_release
/moreinfo.html
/app_support.html

View File

@@ -1,6 +0,0 @@
#!/bin/sh
set -e
sed -e 's#](touchHLE_dylibs/)#](https://github.com/touchHLE/touchHLE/tree/trunk/touchHLE_dylibs/)#g' ../README.md > README-absolute.md
pandoc README-absolute.md -o moreinfo.html
rm README-absolute.md