Skip to content

Commit eacfd4d

Browse files
fix snap?
1 parent 0350477 commit eacfd4d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

snap/snapcraft.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ slots:
1313
bus: session
1414
name: org.ccextractor.gui
1515

16+
parts:
17+
ccxgui:
18+
source: .
19+
plugin: flutter
20+
flutter-target: lib/main.dart # The main entry-point file of the application
21+
1622
apps:
1723
ccxgui:
1824
command: ccxgui
@@ -22,7 +28,3 @@ apps:
2228
- network
2329
slots:
2430
- dbus-ccxgui
25-
parts:
26-
ccxgui:
27-
plugin: dump
28-
source: ./build/linux/x64/release/bundle/

0 commit comments

Comments
 (0)