Skip to content

Commit f4b165f

Browse files
committed
size parameter not requires
1 parent 53c03d7 commit f4b165f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/linux/installer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ async function createNfpmConfig(
8888
// Add Debian-specific metadata
8989
config.section = "user/text";
9090
config.priority = "optional";
91-
config.installed_size = Math.round(size / 1024);
9291
} else if (format === 'rpm') {
9392
config.overrides.rpm = {
9493
compression: "gzip",

0 commit comments

Comments
 (0)