Skip to content

Commit a6caffe

Browse files
authored
Merge pull request #87 from mantzaris/issuesV1pnt3
Issues v1pnt3
2 parents 5271681 + 9987672 commit a6caffe

36 files changed

+1077
-11499
lines changed

AppCode/taga-DB/db-fns.js

Lines changed: 511 additions & 269 deletions
Large diffs are not rendered by default.

AppCode/taga-JS/stream-search/stream-search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ let canvas;
8080
let selection_sources;
8181
let media_source = '';
8282

83-
let face_threshold = 6.4;
83+
let face_threshold = 6.3;
8484
let max_sample_num = 3000;
8585

8686
ipcRenderer.invoke('getCaptureID').then((sources) => {

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

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

66
elif [ [ "$OSTYPE" == "cygwin" ] || [ "$OSTYPE" == "msys" ] || [ "$OSTYPE" == "win32" ] ]; then
77
npm run rebuild

main.js

Lines changed: 288 additions & 181 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)