Skip to content

Commit

Permalink
Add snap configs
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefLasheen committed Jan 10, 2023
1 parent 7b3f410 commit 0b5abc3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
8 changes: 8 additions & 0 deletions snap/gui/dev.lasheen.qr.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=Qr Scanner
Comment=A Qrcode scanner/generator
Categories=Utility;
Icon=${SNAP}/meta/gui/v1.png
Exec=qr-scanner
Terminal=false
Binary file added snap/gui/v1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: qr-scanner
version: 1.0.0
summary: A Qrcode scanner/generator
description: An ad-free multi-platform Qr code scanner and generator

confinement: strict
base: core18
grade: stable

apps:
qr-scanner:
command: qr
extensions: [flutter-master] # Where "master" defines which Flutter channel to use for the build
plugs:
- home
parts:
qr-scanner:
source: .
plugin: flutter
flutter-target: lib/main.dart # The main entry-point file of the application

0 comments on commit 0b5abc3

Please sign in to comment.