From 8e5154eba444b69a3e47d4a685042b18d13a141d Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:59:47 +0100 Subject: [PATCH] Fix `snapcraft.yaml` --- snapcraft.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index cc12e90..eebc566 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,6 +1,6 @@ name: arp-scanner # you probably want to 'snapcraft register ' version: "0.2.0.0" # just for humans, typically '1.2+git' or '1.3.2' -grade: devel # must be 'stable' to release into candidate/stable channels +grade: stable # must be 'stable' to release into candidate/stable channels summary: A lightweight cross-platform IP scanner # 79 char long summary description: | A lightweight cross-platform IP scanner @@ -14,17 +14,17 @@ architectures: confinement: devmode # use 'strict' once you have the right plugs and slots parts: - whatime: + arp-scanner: # See 'snapcraft plugins' plugin: dotnet dotnet-build-configuration: Release dotnet-self-contained-runtime-identifier: linux-x64 - source: . + source: src build-packages: - dotnet-sdk-6.0 stage-packages: - libicu70 apps: - whatime: + arp-scanner: command: arp-scanner