Skip to content

Commit

Permalink
Merge pull request #87 from mantzaris/issuesV1pnt3
Browse files Browse the repository at this point in the history
Issues v1pnt3
  • Loading branch information
mantzaris committed Dec 28, 2022
2 parents 5271681 + 9987672 commit a6caffe
Show file tree
Hide file tree
Showing 36 changed files with 1,077 additions and 11,499 deletions.
780 changes: 511 additions & 269 deletions AppCode/taga-DB/db-fns.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion AppCode/taga-JS/stream-search/stream-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ let canvas;
let selection_sources;
let media_source = '';

let face_threshold = 6.4;
let face_threshold = 6.3;
let max_sample_num = 3000;

ipcRenderer.invoke('getCaptureID').then((sources) => {
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

if [[ "$OSTYPE" == "linux-gnu"* ]]; then
OSTARGETS="--linux=rpm deb" npm run build --build_installer=true
OSTARGETS="--linux=zip" npm run build --build_installer=false
OSTARGETS="--linux=deb rpm" npm run build --build_installer=true
#OSTARGETS="--linux=zip" npm run build --build_installer=false

elif [ [ "$OSTYPE" == "cygwin" ] || [ "$OSTYPE" == "msys" ] || [ "$OSTYPE" == "win32" ] ]; then
npm run rebuild
Expand Down
469 changes: 288 additions & 181 deletions main.js

Large diffs are not rendered by default.

Loading

0 comments on commit a6caffe

Please sign in to comment.