chore: modify windows evaluations samples
This commit is contained in:
@@ -16,10 +16,8 @@
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"ncat.exe", "-k", "-l", "0.0.0.0", "9222",
|
||||
"--sh-exec", "ncat.exe 127.0.0.1 1337"
|
||||
]
|
||||
"command": "ncat.exe -k -l 0.0.0.0 9222 --sh-exec \"ncat.exe 127.0.0.1 1337\"",
|
||||
"shell": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -33,7 +31,7 @@
|
||||
{
|
||||
"type": "execute",
|
||||
"parameters": {
|
||||
"command": "mkdir C:\\Users\\chenj\\Documents\\Projects",
|
||||
"command": "mkdir C:\\Users\\User\\Documents\\Projects",
|
||||
"shell": "true"
|
||||
}
|
||||
},
|
||||
@@ -42,7 +40,7 @@
|
||||
"parameters": {
|
||||
"command": [
|
||||
"explorer.exe",
|
||||
"C:\\Users\\chenj\\Documents\\Projects"
|
||||
"C:\\Users\\User\\Documents\\Projects"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -63,27 +61,27 @@
|
||||
"result": [
|
||||
{
|
||||
"type": "vm_file",
|
||||
"path": "C:\\Users\\chenj\\Documents\\Projects\\happy-extension\\manifest.json",
|
||||
"path": "C:\\Users\\User\\Documents\\Projects\\happy-extension\\manifest.json",
|
||||
"dest": "manifest.json"
|
||||
},
|
||||
{
|
||||
"type": "vm_file",
|
||||
"path": "C:\\Users\\chenj\\Documents\\Projects\\happy-extension\\background_script.js",
|
||||
"path": "C:\\Users\\User\\Documents\\Projects\\happy-extension\\background_script.js",
|
||||
"dest": "background_script.js"
|
||||
},
|
||||
{
|
||||
"type": "vm_file",
|
||||
"path": "C:\\Users\\chenj\\Documents\\Projects\\happy-extension\\browserAction\\index.html",
|
||||
"path": "C:\\Users\\User\\Documents\\Projects\\happy-extension\\browserAction\\index.html",
|
||||
"dest": "index.html"
|
||||
},
|
||||
{
|
||||
"type": "vm_file",
|
||||
"path": "C:\\Users\\chenj\\Documents\\Projects\\happy-extension\\browserAction\\style.css",
|
||||
"path": "C:\\Users\\User\\Documents\\Projects\\happy-extension\\browserAction\\style.css",
|
||||
"dest": "style.css"
|
||||
},
|
||||
{
|
||||
"type": "vm_file",
|
||||
"path": "C:\\Users\\chenj\\Documents\\Projects\\happy-extension\\browserAction\\script.js",
|
||||
"path": "C:\\Users\\User\\Documents\\Projects\\happy-extension\\browserAction\\script.js",
|
||||
"dest": "script.js"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user