diff --git a/Manager/src/cmdparser.cpp b/Manager/src/cmdparser.cpp index b9772a0..bed4144 100644 --- a/Manager/src/cmdparser.cpp +++ b/Manager/src/cmdparser.cpp @@ -91,7 +91,7 @@ namespace AkVCam { int addFormat(const StringMap &flags, const StringVector &args); int removeFormat(const StringMap &flags, const StringVector &args); int removeFormats(const StringMap &flags, const StringVector &args); - int update(const StringMap &flags, const StringVector &args); + int update(const StringMap &flags, const StringVector &args); int loadSettings(const StringMap &flags, const StringVector &args); int showConnections(const StringMap &flags, const StringVector &args); diff --git a/ports/ci/appveyor/build.bat b/ports/ci/appveyor/build.bat old mode 100644 new mode 100755 diff --git a/ports/ci/appveyor/build.sh b/ports/ci/appveyor/build.sh old mode 100755 new mode 100644 diff --git a/ports/ci/appveyor/deploy.bat b/ports/ci/appveyor/deploy.bat old mode 100644 new mode 100755 diff --git a/ports/ci/appveyor/deploy.sh b/ports/ci/appveyor/deploy.sh old mode 100755 new mode 100644 diff --git a/ports/ci/appveyor/install_deps.bat b/ports/ci/appveyor/install_deps.bat old mode 100644 new mode 100755 diff --git a/ports/ci/appveyor/install_deps.sh b/ports/ci/appveyor/install_deps.sh old mode 100755 new mode 100644 diff --git a/ports/ci/appveyor/push_artifacts.bat b/ports/ci/appveyor/push_artifacts.bat old mode 100644 new mode 100755 diff --git a/ports/ci/appveyor/upload.bat b/ports/ci/appveyor/upload.bat old mode 100644 new mode 100755 diff --git a/ports/ci/travis/build.sh b/ports/ci/travis/build.sh old mode 100755 new mode 100644 diff --git a/ports/ci/travis/deploy.sh b/ports/ci/travis/deploy.sh old mode 100755 new mode 100644 diff --git a/ports/ci/travis/install_deps.sh b/ports/ci/travis/install_deps.sh old mode 100755 new mode 100644 diff --git a/ports/ci/travis/upload.sh b/ports/ci/travis/upload.sh old mode 100755 new mode 100644 diff --git a/ports/deploy/deploy.py b/ports/deploy/deploy.py old mode 100755 new mode 100644 diff --git a/share/TestFrame/TestFrame.py b/share/TestFrame/TestFrame.py old mode 100755 new mode 100644