From 4066f4a490f377e4fab225fd869b31aab05a723b Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Tue, 28 Dec 2021 01:41:57 -0600 Subject: [PATCH] Fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0962020..dea5fea 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Record webcam in steps # Compile for everything - ./create-all.sh + ./create.sh # Compile for Windows electronize build /target win /p:PublishReadyToRun=false @@ -12,4 +12,4 @@ Record webcam in steps electronize build /target osx /p:PublishReadyToRun=false # Compile for Linux - electronize build /target linux /p:PublishReadyToRun=false \ No newline at end of file + electronize build /target linux /p:PublishReadyToRun=false