From 68d1e05288191238fc656a4ba273fe2aefd87d07 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Tue, 28 Nov 2023 23:12:31 +0100 Subject: [PATCH] missing command --- test/stockfish_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stockfish_test.dart b/test/stockfish_test.dart index ac36080..b1a44b9 100644 --- a/test/stockfish_test.dart +++ b/test/stockfish_test.dart @@ -5,7 +5,7 @@ import 'package:flutter_stockfish_plugin/stockfish.dart'; import 'package:flutter_test/flutter_test.dart'; /// To run the test, you have to -/// 1. run the example (example/lib/main.dart) in windows, +/// 1. run the example (example/lib/main.dart) on desktop (linux/windows), /// so everything gets build /// 2. copy flutter_stockfish_plugin.dll to root-directory /// (directly to flutter_stockfish_plugin) manually