Ensure ignore block is only written w/ features selected
All checks were successful
Build and test project / build-and-test (push) Successful in 2m2s
All checks were successful
Build and test project / build-and-test (push) Successful in 2m2s
This commit is contained in:
@@ -113,10 +113,12 @@ export class NickelMenuInstaller {
|
|||||||
const tgz = await this.getKoboRootTgz();
|
const tgz = await this.getKoboRootTgz();
|
||||||
await device.writeFile(['.kobo', 'KoboRoot.tgz'], tgz);
|
await device.writeFile(['.kobo', 'KoboRoot.tgz'], tgz);
|
||||||
|
|
||||||
|
if (features.length > 0) {
|
||||||
|
// Features require the ignore block in the config, write it first
|
||||||
progressFn('Updating Kobo eReader.conf...');
|
progressFn('Updating Kobo eReader.conf...');
|
||||||
await this.updateEReaderConf(device);
|
await this.updateEReaderConf(device);
|
||||||
|
|
||||||
if (features.length > 0) {
|
// After that, collect all practical files that need to be copied
|
||||||
const files = await this.collectFiles(features, progressFn);
|
const files = await this.collectFiles(features, progressFn);
|
||||||
progressFn('Writing files to Kobo...');
|
progressFn('Writing files to Kobo...');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user