feat: Publish as snap
This commit is contained in:
parent
15daf4ea9d
commit
96349742b7
2 changed files with 78 additions and 0 deletions
25
snap/snapcraft.yaml
Normal file
25
snap/snapcraft.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
name: fluffychat
|
||||
version: 0.1.0
|
||||
summary: Chat with your friends.
|
||||
description: Chat with your friends.
|
||||
icon: assets/logo.png
|
||||
confinement: strict
|
||||
base: core18
|
||||
grade: stable
|
||||
|
||||
apps:
|
||||
fluffychat:
|
||||
command: fluffychat
|
||||
extensions: [flutter-dev]
|
||||
plugs:
|
||||
- network
|
||||
- home
|
||||
|
||||
parts:
|
||||
fluffychat:
|
||||
source: .
|
||||
plugin: flutter
|
||||
flutter-target: lib/main.dart
|
||||
stage-packages:
|
||||
- libsqlite3-0
|
||||
- libolm3
|
||||
Loading…
Add table
Add a link
Reference in a new issue