Created
January 25, 2016 09:18
-
-
Save LefterisJP/f58943095539630b4ad2 to your computer and use it in GitHub Desktop.
snapcraft.yaml - example snap binaries and services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
node-webserver: | |
description: A test node webserver | |
start: bin/node_server | |
caps: | |
- networking | |
- ethereum_ipc | |
binaries: | |
test-c-app: | |
exec: bin/test-c-app | |
caps: | |
- ethereum_ipc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. When I include "binaries:" I get the following error "Issues while validating snapcraft.yaml: Additional properties are not allowed ('binaries' was unexpected)". Any ideas?