Actually fix snapcraft.yaml

This commit is contained in:
Stone_Red
2023-12-15 22:08:07 +01:00
parent 45563cf9dc
commit fb122c2949
6 changed files with 7 additions and 4 deletions
+3
View File
@@ -332,3 +332,6 @@ ASALocalRun/
# Local History for Visual Studio
.localhistory/
# Snapcraft
*.snap
+4 -4
View File
@@ -14,17 +14,17 @@ architectures:
confinement: strict # use 'strict' once you have the right plugs and slots
parts:
arpscanner:
arp-scanner:
# See 'snapcraft plugins'
plugin: dotnet
dotnet-build-configuration: Release
dotnet-self-contained-runtime-identifier: linux-x64
source: src
source: ./src/ARP-Scanner
build-packages:
- dotnet-sdk-6.0
stage-packages:
- libicu70
apps:
arpscanner:
command: arp-scanner
arp-scanner:
command: ARP-Scanner