# Getting started # See https://snapcraft.io/docs/getting-started # Snapcraft references # See https://snapcraft.io/docs/snapcraft-yaml-reference version: 1.0.0 name: drive-eal title: EAL summary: Hello World sample written in .NET for ctrlX. description: | Programm is prompting "Hello World" to standard output. Enter 'sudo snap logs ctrlx-dotnet-hello-world.app -f | more' to see the output. confinement: strict #confinement: devmode #icon: assets/icons/ICONHERE.png grade: stable # must be 'stable' to release into candidate/stable channels base: core20 type: app apps: app: command: eal_main daemon: simple restart-condition: always passthrough: restart-delay: 10s plugs: - network - network-status - network-bind - network-observe - network-control environment: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 'true' parts: app: plugin: dump source: ./publish/${SNAPCRAFT_TARGET_ARCH}