-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsnapcraft.yaml
38 lines (33 loc) · 876 Bytes
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: chronopsi
title: Chronopsi
version: 1.4.2
summary: Emploi du temps destiné aux étudiants EPSI/WIS.
description: >
Emploi du temps destiné aux étudiants EPSI/WIS. Permet la consultation de votre EDT jour par jour
en un click.
Permet aussi la consultation de votre calendrier scolaire et de vos notes.
confinement: strict
base: core18
grade: stable
icon: snap/gui/logo.png
slots:
dbus-chronopsi:
interface: dbus
bus: session
name: com.milvintsiss.chronopsi
apps:
chronopsi:
command: chronopsi
extensions: [flutter-dev] # Where "master" defines which Flutter channel to use for the build
plugs:
- network
- desktop
slots:
- dbus-chronopsi
parts:
chronopsi:
source: .
plugin: flutter
flutter-target: lib/main.dart # The main entry-point file of the application
architectures:
- build-on: amd64