pull/218/head
James Ball 2024-02-10 12:48:29 +00:00
rodzic 14778c6f1f
commit 2aab7fd6e5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ if [ "$OS" = "win" ]; then
echo "Running the test"
ls
# Run the test using the .exe file
./"$PLUGIN.exe"
./osci-render-test.exe
fi
cd "$ROOT"