Skip to content

Commit

Permalink
change bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 committed Jan 11, 2021
1 parent c703c85 commit fecbe46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/edax_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Future<void> main(List<String> arguments) async {
String get _edaxBinPath {
if (Platform.isLinux) return 'bin/lEdax-x64-modern';
if (Platform.isMacOS) return 'bin/mEdax';
if (Platform.isWindows) return 'bin/wEdax-x64-modern.exe';
if (Platform.isWindows) return 'bin/wEdax-x64.exe';
throw Exception('${Platform.operatingSystem} is not supported');
}

0 comments on commit fecbe46

Please sign in to comment.