mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-09-18 16:04:16 +00:00
moved and parametrized the recorder
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -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
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user