mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tools: build.bat: add setlocal command to avoid environment namespace polution
This commit is contained in:
parent
4d1aeeda4c
commit
153eb42885
@ -1,5 +1,7 @@
|
||||
@echo off
|
||||
|
||||
setlocal
|
||||
|
||||
set Configuration=Release
|
||||
set MsiName="WinFsp - Windows File System Proxy"
|
||||
set CrossCert="%~dp0DigiCert High Assurance EV Root CA.crt"
|
||||
|
Loading…
x
Reference in New Issue
Block a user