From bf00d3051effe5ffca451a1887c12e5478041295 Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 1 Mar 2015 23:41:05 -0500 Subject: add link to release page --- README.md | 4 +++- script/gen-deb.sh | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f74bf3c..b7badf4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ ALPHA VERSION: make ARCH="-arch armv7 -arch arm64 -isysroot " && ./script/gen-deb.sh - or use the deb I uploaded to GitHub. + or use a deb I uploaded to GitHub - see the release page: + + https://github.com/comex/substitute/releases Extensions should be placed in /Library/Substitute/DynamicLibraries, with the same layout as Substrate. If you want to quickly test whether an diff --git a/script/gen-deb.sh b/script/gen-deb.sh index f9d2960..5c13ac1 100755 --- a/script/gen-deb.sh +++ b/script/gen-deb.sh @@ -25,7 +25,3 @@ sed "s#{VERSION}#$version#g" darwin-bootstrap/DEBIAN/control > $debroot/DEBIAN/c #... add bootstrap stuff # yay, old forks and deprecated compression fakeroot dpkg-deb -Zlzma -b $debroot out/com.ex.substitute-$version.deb - - - - -- cgit v1.2.3