Debian package stores Lima twice wasting ~10% of deb file

It has - properly - /opt/Lens/resources/app.asar.unpacked/node_modules/@lensapp/lens-desktop-kube-lens-extension/lima directory.

But in the same time it has file /opt/Lens/resources/app.asar.unpacked/node_modules/@lensapp/lens-desktop-kube-lens-extension/lima.tar.gz which stores all the same content again.

lima.tar.gz should be excluded from package. It just wastes disk space and download bandwidth.

$ du -h /opt/Lens/resources/app.asar.unpacked/node_modules/@lensapp/lens-desktop-kube-lens-extension/lima.tar.gz
37M     /opt/Lens/resources/app.asar.unpacked/node_modules/@lensapp/lens-desktop-kube-lens-extension/lima.tar.gz

Hello @alexander.m-1,

Thanks for reporting this! We’ll take a look and make sure the unnecessary archive is excluded in a future build.

JFYI, debian package was upgraded twice since my report and it sill wastes 37 MB on this archive.

We plan to remove this from the package in the next release.