---
.build.yml | 10 +++++-----
README.md | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.build.yml b/.build.yml
index 2f699e2..12b8e3e 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,17 +1,17 @@
image: debian/stable
oauth: pages.sr.ht/PAGES:RW
environment:
- SITE: rabbits.srht.site/dexe
+ SITE: rabbits.srht.site/nasu
sources:
- - https://git.sr.ht/~rabbits/dexe
+ - https://git.sr.ht/~rabbits/nasu
tasks:
- prepare: |
curl -fsS https://rabbits.srht.site/uxn/uxn-linux-amd64.tar.gz | tar -zx
- build: |
- cd dexe
- ../uxn/uxnasm src/main.tal ../dexe.rom
+ cd nasu
+ ../uxn/uxnasm src/main.tal ../nasu.rom
- upload: |
- tar -czf out.tar.gz dexe.rom
+ tar -czf out.tar.gz nasu.rom
acurl() {
set +x
curl -H "Authorization: Bearer ${OAUTH2_TOKEN}" "${@}"
diff --git a/README.md b/README.md
index 0fad19d..b9fb09e 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ You must have the [Uxn](https://git.sr.ht/~rabbits/uxn/) assembler and emulator.
uxnasm src/main.tal bin/nasu.rom && uxnemu bin/nasu.rom
```
-If do not wish to assemble it yourself, you can download [left.rom](https://rabbits.srht.site/left/left.rom).
+If do not wish to assemble it yourself, you can download [nasu.rom](https://rabbits.srht.site/nasu/nasu.rom).
## Controls
--
2.30.2