moved and parametrized the recorder

This commit is contained in:
amit bezalel
2017-08-03 14:30:39 +03:00
parent 8a510da111
commit 39d74c9762
4 changed files with 15 additions and 8 deletions

4
.vscode/launch.json vendored
View File

@@ -55,7 +55,7 @@
"remotePath": "",
"port": 2345,
"host": "127.0.0.1",
"program": "${workspaceRoot}/",
"program": "${workspaceRoot}/recorder/cmd",
"osx": {
"env": {
//"GOPATH": "${env.HOME}/Dropbox/go"
@@ -66,7 +66,7 @@
//"GOPATH": "${env.USERPROFILE}\\Dropbox\\go"
}
},
"args": [],
"args": ["-recDir","/Users/amitbet/vncRec/recording.rbs", "-targPort","5903","-targPass","Ch_#!T@8"],
"showLog": true
},
{