We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297bdd8 commit 8d4aaa1Copy full SHA for 8d4aaa1
1 file changed
modules/release.nix
@@ -195,7 +195,7 @@ in
195
cat ${otaMetadata} > ${config.device}-${config.channel}
196
''}
197
${optionalString (config.apps.updater.flavor == "lineageos") ''
198
- sed -e "s:ROM_SIZE:$(du -b ${ota.name}):" ${otaMetadata} > ${config.device}.json
+ sed -e "s:\"ROM_SIZE\":$(du -b ${ota.name}|cut -f1):" ${otaMetadata} > ${config.device}.json
199
200
''; }));
201
};
0 commit comments