Skip to content

Commit 6497c20

Browse files
Merge branch 'master' of github.com:CCExtractor/ccextractorfluttergui
2 parents ef0579e + 028edc1 commit 6497c20

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The new cross platform interface is all you need, as it includes all the options. After installing GUI you will have a shortcut in your desktop, this lets users not familiar with CLI to extract subtitles.
44
Usually, you will never need to use all the options (and even if you do, all the setting are saved locally at Documents/config.json in your PC) for regular usage.
55

6-
## Install from releases
6+
## Install from releases (WINDOWS ONLY)
77
- This is the simplest method, just download the installer form [here](https://github.com/CCExtractor/ccextractor/releases) (currently only has windows), and then install it like any other windows program.
88

99
---
@@ -12,10 +12,12 @@ Usually, you will never need to use all the options (and even if you do, all the
1212
#### If you run the GUI from nighly builds or source, you need to manually have the ccextractor binary in your PATH (`ccextractorwinfull.exe` if you are on windows or `ccextractor` if you are on linux/macOS)
1313

1414

15-
## Nightly builds
15+
## Nightly builds (WINDOWS, LINUX)
1616
- You can also get the latest files for your operating system from [here](https://nightly.link/CCExtractor/ccextractorfluttergui/workflows/create_artifacts/master).
17+
- Once you unzip it, you should see a ccxgui executable in the folder. Double click to run :D
1718

18-
## Building and running the GUI from source
19+
## Building and running the GUI from source (WINDOWS, LINUX, MACOS)
20+
- This method only makes sense for people who actually want to debug the app. If you want to skip the hastle of installing frameworks and stuff just go the nightly way, the CI does these below steps for you automatically on every commit.
1921
- To build the GUI from source first install flutter from [here](https://flutter.dev/docs/get-started/install) for your operating system.
2022
- Switch to flutter master channel using `flutter channel master && flutter upgrade`
2123
- Next enable the flutter platform specific flag with `flutter config --enable-<platform>-desktop`, more info on this [here](https://flutter.dev/desktop)

0 commit comments

Comments
 (0)