Skip to content

Commit b6cfc89

Browse files
committed
Bundle fbink binaries in update archive as well
This ensures that the latest supported FBInk is always installed
1 parent c53e053 commit b6cfc89

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build-ku.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,11 @@ cp ../scripts/nickel-usbms.sh ./onboard/.adds/kobo-uncaged/scripts/nickel-usbms.
104104
# Default config file
105105
cp ../kobo-uncaged/ku.toml ./onboard/.adds/kobo-uncaged/config/ku.toml.default
106106

107+
# FBInk binaries
108+
cp ./prerequisites/output/fbink ./onboard/.adds/kobo-uncaged/bin/fbink
109+
cp ./prerequisites/output/button_scan ./onboard/.adds/kobo-uncaged/bin/button_scan
110+
107111
if [ -z $BUILD_UPGRADE ]; then
108-
# FBInk binaries
109-
cp ./prerequisites/output/fbink ./onboard/.adds/kobo-uncaged/bin/fbink
110-
cp ./prerequisites/output/button_scan ./onboard/.adds/kobo-uncaged/bin/button_scan
111112
# Font
112113
cp ./prerequisites/output/LiberationSans-Regular.ttf ./onboard/.adds/kobo-uncaged/fonts/LiberationSans-Regular.ttf
113114
# And the kfmon files

0 commit comments

Comments
 (0)