mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tools: update deploy/debug scripts
This commit is contained in:
parent
04b3675f12
commit
9dcc04f882
@ -4,7 +4,7 @@ setlocal
|
||||
|
||||
set DebugWorkspace=winfsp
|
||||
set DebugPort=50000
|
||||
set DebugKey=win8.debug.net.key
|
||||
set DebugKey=1.1.1.1
|
||||
|
||||
set RegKey="HKLM\SOFTWARE\Microsoft\Windows Kits\Installed Roots"
|
||||
set RegVal="KitsRoot10"
|
||||
|
@ -5,6 +5,7 @@ setlocal
|
||||
set CONFIG=Debug
|
||||
set SUFFIX=x64
|
||||
set TARGET_MACHINE=WIN8DBG
|
||||
if not X%1==X set TARGET_MACHINE=%1
|
||||
set TARGET_ACCOUNT=\Users\%USERNAME%\Downloads\winfsp\
|
||||
set TARGET=\\%TARGET_MACHINE%%TARGET_ACCOUNT%
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user