Skip to content

Commit

Permalink
use ccx from same dir as gui
Browse files Browse the repository at this point in the history
  • Loading branch information
techno-disaster committed Jul 12, 2021
1 parent cf469ef commit f35580a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/repositories/ccextractor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CCExtractor {
SettingsRepository settingsRepository = SettingsRepository();
SettingsModel settings = SettingsModel();
String get ccextractor {
return Platform.isWindows ? 'ccextractorwinfull.exe' : 'ccextractor';
return Platform.isWindows ? './ccextractorwinfull.exe' : 'ccextractor';
}

Future<int> extractFile(
Expand Down

0 comments on commit f35580a

Please sign in to comment.