Skip to content

Commit 2f5b33a

Browse files
integrate ccx in snap?
1 parent 2f3a812 commit 2f5b33a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

snap/snapcraft.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@ slots:
1414
name: org.ccextractor.gui
1515

1616
parts:
17-
ccextractor:
18-
plugin: nil
19-
source: https://github.com/CCExtractor/ccextractorfluttergui/files/6949923/ccx.zip
20-
stage-packages: [libglew-dev, libglfw3-dev, cmake, gcc, libcurl4-gnutls-dev, tesseract-ocr, libleptonica-dev]
21-
2217
ccxgui:
2318
source: .
2419
plugin: flutter
2520
flutter-target: lib/main.dart # The main entry-point file of the application
21+
stage-packages: [ccextractor]
22+
2623

2724
apps:
2825
ccxgui:

0 commit comments

Comments
 (0)