mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-18 18:51:26 +00:00
6 lines
197 B
Batchfile
6 lines
197 B
Batchfile
@echo off
|
|
:: see comments in file ./version170-migrate-settings.ps1
|
|
|
|
cd %~dp0
|
|
powershell -NoLogo -NoProfile -NonInteractive -ExecutionPolicy RemoteSigned -Command .\version170-migrate-settings.ps1
|