~rabbits/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2

[PATCH adelie 0/2] Fix links and whitespace

Details
Message ID
<164862418493.20416.3914532342250364688-0@git.sr.ht>
DKIM signature
missing
Download raw message
- Fix links in README.md
- Convert spaces to tabs in build.sh, remove trailing spaces

curiousleo (2):
  Fix adelie and uxn links
  Fix whitespace

 README.md | 6 +++---
 build.sh  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.34.1

[PATCH adelie 1/2] Fix adelie and uxn links

Details
Message ID
<164862418493.20416.3914532342250364688-1@git.sr.ht>
In-Reply-To
<164862418493.20416.3914532342250364688-0@git.sr.ht> (view parent)
DKIM signature
missing
Download raw message
Patch: +3 -3
From: curiousleo <curiousleo@users.noreply.github.com>

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d8ee4ee..7d3d23c 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# Adelie

[Adelie](https://100r.co/site/adelie.html) is a slideshow program, written in [Uxntal](https://wiki.xxiivv.com/site/uxntal.html).
[Adelie](https://wiki.xxiivv.com/site/adelie.html) is a slideshow program, written in [Uxntal](https://wiki.xxiivv.com/site/uxntal.html).

## Build

You must have the [Uxn](https://git.sr.ht/~rabbits/uxn/) assembler and emulator.
You must have the [Uxn](https://git.sr.ht/~rabbits/uxn) assembler and emulator.

```
uxnasm src/main.tal bin/adelie.rom && uxnemu bin/adelie.rom
@@ -68,4 +68,4 @@ To make a monochrome tga file:

```
convert -colorspace Gray -resize 704x448 -extent 704x448 -gravity center -background black picture.jpg picture.tga
```
\ No newline at end of file
```
-- 
2.34.1

[PATCH adelie 2/2] Fix whitespace

Details
Message ID
<164862418493.20416.3914532342250364688-2@git.sr.ht>
In-Reply-To
<164862418493.20416.3914532342250364688-0@git.sr.ht> (view parent)
DKIM signature
missing
Download raw message
Patch: +3 -3
From: curiousleo <curiousleo@users.noreply.github.com>

---
 build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.sh b/build.sh
index aebf3a6..c3b40ff 100755
--- a/build.sh
@@ -5,16 +5,16 @@ rm -rf bin
mkdir bin

echo "Assembling.."
uxnasm src/main.tal bin/adelie.rom 
uxnasm src/main.tal bin/adelie.rom

echo "Installing.."
if [ -d "$HOME/roms" ] && [ -e ./bin/adelie.rom ]
then
	cp ./bin/adelie.rom $HOME/roms
    echo "Installed in $HOME/roms" 
	echo "Installed in $HOME/roms"
fi

if [ "${1}" = '--push' ]; 
if [ "${1}" = '--push' ];
then
	echo "Pushing.."
	~/Applications/butler push bin/adelie.rom hundredrabbits/adelie:uxn
-- 
2.34.1
Reply to thread Export thread (mbox)