kobo-mods
kobo-mods copied to clipboard
Binary download link is dead (build artifacts deleted after 1 month)
The download link for the binaries on the project page no longer works.

Looks the build artifact retention policy has changed.
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.tgzkobo-dotfile-hack-ng/libdfh.sokobo-dotfile-hack-ng/KoboRoot.tgzNickelSeries/libns.soNickelSeries/KoboRoot.tgzdictword-test/dictword-test.sodictbug-trace/libdictbug-trace.so
This one was not generated: dictword-test/dwt-wrap