File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -104,10 +104,11 @@ cp ../scripts/nickel-usbms.sh ./onboard/.adds/kobo-uncaged/scripts/nickel-usbms.
104104# Default config file
105105cp ../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+
107111if [ -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
You can’t perform that action at this time.
0 commit comments