We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef6930 commit c07c619Copy full SHA for c07c619
lib/repositories/ccextractor.dart
@@ -17,7 +17,7 @@ class CCExtractor {
17
SettingsRepository settingsRepository = SettingsRepository();
18
SettingsModel settings = SettingsModel();
19
String get ccextractor {
20
- return Platform.isWindows ? './ccextractorwinfull.exe' : 'ccextractor';
+ return Platform.isWindows ? './ccextractorwinfull.exe' : './ccextractor';
21
}
22
23
Future<int> extractFile(
0 commit comments