Skip to content

Commit f35580a

Browse files
use ccx from same dir as gui
1 parent cf469ef commit f35580a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/repositories/ccextractor.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class CCExtractor {
1818
SettingsRepository settingsRepository = SettingsRepository();
1919
SettingsModel settings = SettingsModel();
2020
String get ccextractor {
21-
return Platform.isWindows ? 'ccextractorwinfull.exe' : 'ccextractor';
21+
return Platform.isWindows ? './ccextractorwinfull.exe' : 'ccextractor';
2222
}
2323

2424
Future<int> extractFile(

0 commit comments

Comments
 (0)