mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-16 09:41:27 +00: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% |