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 # Local History for Visual Studio
.localhistory/ .localhistory/
# Snapcraft
*.snap
+4 -4
View File
@@ -14,17 +14,17 @@ architectures:
confinement: strict # use 'strict' once you have the right plugs and slots confinement: strict # use 'strict' once you have the right plugs and slots
parts: parts:
arpscanner: arp-scanner:
# See 'snapcraft plugins' # See 'snapcraft plugins'
plugin: dotnet plugin: dotnet
dotnet-build-configuration: Release dotnet-build-configuration: Release
dotnet-self-contained-runtime-identifier: linux-x64 dotnet-self-contained-runtime-identifier: linux-x64
source: src source: ./src/ARP-Scanner
build-packages: build-packages:
- dotnet-sdk-6.0 - dotnet-sdk-6.0
stage-packages: stage-packages:
- libicu70 - libicu70
apps: apps:
arpscanner: arp-scanner:
command: arp-scanner command: ARP-Scanner