mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-18 16:46:53 -04:00
7 lines
210 B
Batchfile
7 lines
210 B
Batchfile
@echo off
|
|
:: Default values for Cryptomator builds
|
|
::REPLACE ME
|
|
|
|
cd %~dp0
|
|
powershell -NoLogo -NoProfile -NonInteractive -ExecutionPolicy RemoteSigned -Command .\patchWebDAV.ps1^
|
|
-LoopbackAlias %LOOPBACK_ALIAS% |