mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 00:46:04 +02:00
Actually fix snapcraft.yaml
This commit is contained in:
@@ -332,3 +332,6 @@ ASALocalRun/
|
|||||||
|
|
||||||
# Local History for Visual Studio
|
# Local History for Visual Studio
|
||||||
.localhistory/
|
.localhistory/
|
||||||
|
|
||||||
|
# Snapcraft
|
||||||
|
*.snap
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user