networkminer: fix desktop file

This commit is contained in:
hannahfluch
2025-08-18 20:01:23 +02:00
parent bc465bd365
commit 2eebcd6b91
+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;