Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
NtsFranz committed Oct 21, 2021
2 parents 0e32d4c + 12dd5dc commit 30f272a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ app.*.map.json
.vscode/

key.jks

env/
Binary file added assets/icon/ignite_logo_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added snap/gui/ignite_logo_512.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: 10 additions & 10 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name: spark_mini
version: 1.0.0
name: spark-mini
version: 1.0.4
summary: Spark Mini
description: Non-Windows version of Spark

confinement: strict
base: core18
grade: stable

slots:
dbus-spark_mini: # adjust accordingly to your app name
interface: dbus
bus: session
name: gg.ignitevr.spark_mini # adjust accordingly to your app name and
# slots:
# dbus-spark-mini: # adjust accordingly to your app name
# interface: dbus
# bus: session
# name: gg.ignitevr.spark-mini # adjust accordingly to your app name and

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

0 comments on commit 30f272a

Please sign in to comment.