File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 66- Check out how to install Flutter [ here] ( https://flutter.dev/docs/get-started/install )
77- Enable the flutter platform specific flag with ` flutter config --enable-<platform>-desktop ` , more info on this [ here] ( https://flutter.dev/desktop )
88- To run the GUI, clone the repo and run ` flutter run ` or ` flutter run -d <platform> ` inside the cloned directory.
9- - To get any output you should have ccextractor.exe/ ccextractor in your user PATH.
9+ - To get any output you should have ` ccextractor.exe ` if you are on windows or ` ccextractor ` if you are on linux/macOS in your PATH.
1010
1111#### For release builds:
1212- Run ` flutter build <platform> ` and you should get a executable in ` ./build/linux/x64/release/bundle/ccxgui `
You can’t perform that action at this time.
0 commit comments