kobo-mods icon indicating copy to clipboard operation
kobo-mods copied to clipboard

Binary download link is dead (build artifacts deleted after 1 month)

Open midrare opened this issue 4 years ago • 1 comments

The download link for the binaries on the project page no longer works.

screenshot

Looks the build artifact retention policy has changed.

midrare avatar Dec 28 '21 08:12 midrare

Same issue, found build instruction in .appveyor.yml

I used this:

git clone [email protected]:pgaskin/kobo-mods.git
cd kobo-mods
git submodule update --init --recursive
docker run --rm --volume="$PWD:/src" --workdir="/src/kobo-dotfile-hack"    --entrypoint=make ghcr.io/pgaskin/nickeltc:1.0
docker run --rm --volume="$PWD:/src" --workdir="/src/kobo-dotfile-hack-ng" --entrypoint=make ghcr.io/pgaskin/nickeltc:1.0 all koboroot
docker run --rm --volume="$PWD:/src" --workdir="/src/NickelSeries"         --entrypoint=make ghcr.io/pgaskin/nickeltc:1.0 all koboroot
docker run --rm --volume="$PWD:/src" --workdir="/src/dictword-test"        --entrypoint=make ghcr.io/pgaskin/nickeltc:1.0
docker run --rm --volume="$PWD:/src" --workdir="/src/dictbug-trace"        --entrypoint=make ghcr.io/pgaskin/nickeltc:1.0

After, this file was generated:

  • kobo-dotfile-hack/KoboRoot.tgz
  • kobo-dotfile-hack-ng/libdfh.so
  • kobo-dotfile-hack-ng/KoboRoot.tgz
  • NickelSeries/libns.so
  • NickelSeries/KoboRoot.tgz
  • dictword-test/dictword-test.so
  • dictbug-trace/libdictbug-trace.so

This one was not generated: dictword-test/dwt-wrap

RobertoD91 avatar Oct 15 '22 11:10 RobertoD91