Renamed Snap with a name detected as available on the Snap store

pull/226/head
luccioman 7 years ago
parent 9b1c87033b
commit a3361d5ee8

@ -1,5 +1,5 @@
# Configuration file for YaCy Snap packaging with Snapcraft (see https://snapcraft.io/) # Configuration file for YaCy Snap packaging with Snapcraft (see https://snapcraft.io/)
name: yacy name: yacy-search
version: '1.921' version: '1.921'
summary: YaCy peer-to-peer search engine and intranet search appliance summary: YaCy peer-to-peer search engine and intranet search appliance
description: | description: |
@ -14,7 +14,7 @@ confinement: strict
icon: htroot/env/grafics/yacy.png icon: htroot/env/grafics/yacy.png
apps: apps:
yacy: yacy-search:
command: sh "$SNAP/yacy/startYACY.sh" -f -s "$SNAP_USER_DATA" command: sh "$SNAP/yacy/startYACY.sh" -f -s "$SNAP_USER_DATA"
# Interfaces authorizations requirements # Interfaces authorizations requirements
# network-bind - to allow acting as an HTTP server and client # network-bind - to allow acting as an HTTP server and client
@ -25,7 +25,7 @@ apps:
plugs: [network-bind, desktop, home] plugs: [network-bind, desktop, home]
parts: parts:
yacy: yacy-search:
plugin: ant plugin: ant
ant-build-targets: ant-build-targets:
- clean - clean

Loading…
Cancel
Save