From 95ea23ee6e69512b3f8a65903629d581f2e13de6 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 1 Feb 2023 11:07:23 +0100 Subject: [PATCH] add more comments regarding removal evaluation of this workaround --- dist/win/contrib/version170-migrate-settings.bat | 1 + dist/win/contrib/version170-migrate-settings.ps1 | 4 +++- dist/win/resources/main.wxs | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dist/win/contrib/version170-migrate-settings.bat b/dist/win/contrib/version170-migrate-settings.bat index ac8d59dfa..94ec16dac 100644 --- a/dist/win/contrib/version170-migrate-settings.bat +++ b/dist/win/contrib/version170-migrate-settings.bat @@ -1,4 +1,5 @@ @echo off +:: see comments in file ./version170-migrate-settings.ps1 cd %~dp0 powershell -NoLogo -NonInteractive -ExecutionPolicy Unrestricted -Command .\version170-migrate-settings.ps1 \ No newline at end of file diff --git a/dist/win/contrib/version170-migrate-settings.ps1 b/dist/win/contrib/version170-migrate-settings.ps1 index 015fd6526..11b9e29e3 100644 --- a/dist/win/contrib/version170-migrate-settings.ps1 +++ b/dist/win/contrib/version170-migrate-settings.ps1 @@ -1,5 +1,7 @@ # This script migrates Cryptomator settings for all local users on Windows in case the users uses custom directories as mountpoint -# See also https://github.com/cryptomator/cryptomator/issues/2652 +# See also https://github.com/cryptomator/cryptomator/pull/2654. +# +# TODO: This script should be evaluated in a yearly interval if it is still needed and if not, should be removed # #Requires -RunAsAdministrator diff --git a/dist/win/resources/main.wxs b/dist/win/resources/main.wxs index 91315c3f7..1fb7b552d 100644 --- a/dist/win/resources/main.wxs +++ b/dist/win/resources/main.wxs @@ -132,7 +132,7 @@ - +