Skip to content

Commit 0350477

Browse files
fix snap?
1 parent 3dfd770 commit 0350477

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

snap/snapcraft.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ccextractor-gui
1+
name: ccxgui
22
version: 0.1.0
33
summary: Extract subtitles from any media file.
44
description: CCExtractor is the de-factor open source standard for closed captions / subtitles extraction from any media file. While the software itself belong to the niche category (main users being universities, media companies and enthusiasts) its output (meaning the .srt files it generates) is used by millions. If you've ever downloaded an external subtitle file for a TV show - most likely the original file came from CCExtractor.
@@ -8,21 +8,21 @@ base: core18
88
grade: stable
99

1010
slots:
11-
dbus-ccextractor-gui:
11+
dbus-ccxgui:
1212
interface: dbus
1313
bus: session
14-
name: org.bar.ccextractor_gui
14+
name: org.ccextractor.gui
1515

1616
apps:
17-
ccextractor-gui:
18-
command: ccextractor_gui
17+
ccxgui:
18+
command: ccxgui
1919
extensions: [flutter-master]
2020
plugs:
21+
- home
2122
- network
2223
slots:
23-
- dbus-ccextractor-gui
24+
- dbus-ccxgui
2425
parts:
25-
ccextractor-gui:
26-
source: .
27-
plugin: flutter
28-
flutter-target: lib/main.dart
26+
ccxgui:
27+
plugin: dump
28+
source: ./build/linux/x64/release/bundle/

0 commit comments

Comments
 (0)