diff --git a/snapcraft.yaml b/snapcraft.yaml index eebc566..ef2bfac 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -11,10 +11,10 @@ architectures: - build-on: amd64 - build-on: arm64 -confinement: devmode # use 'strict' once you have the right plugs and slots +confinement: strict # use 'strict' once you have the right plugs and slots parts: - arp-scanner: + arpscanner: # See 'snapcraft plugins' plugin: dotnet dotnet-build-configuration: Release @@ -26,5 +26,5 @@ parts: - libicu70 apps: - arp-scanner: - command: arp-scanner + arpscanner: + command: arp-scanner \ No newline at end of file