networkminer: fix desktop file (#434781)

This commit is contained in:
Peder Bergebakken Sundt
2025-08-26 23:09:30 +02:00
committed by GitHub
+3
View File
@@ -39,6 +39,9 @@ buildDotnetModule rec {
# Embedded base64-encoded app icon in resx fails to parse. Delete it
sed -zi 's|<data name="$this.Icon".*</data>||g' NetworkMiner/NamedPipeForm.resx
sed -zi 's|<data name="$this.Icon".*</data>||g' NetworkMiner/UpdateCheck.resx
# Remove the UTF-8 BOM from the desktop file.
dos2unix -r NetworkMiner/NetworkMiner.desktop
'';
nugetDeps = ./deps.json;