From 5cac6b81141fd45e3462f08b452d7b8d630add0f Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 21 Jan 2026 15:55:04 +0100 Subject: [PATCH] also adjust distribution --- dist/common/config.json | 3 --- dist/common/cryptomator.config | 8 ++++++++ dist/win/resources/main.wxs | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 dist/common/config.json create mode 100644 dist/common/cryptomator.config diff --git a/dist/common/config.json b/dist/common/config.json deleted file mode 100644 index d077d240e..000000000 --- a/dist/common/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "ignored": "This is the Cryptomator administrative configuration file. For more info, read the docs at https:\\docs.cryptomator.org. This entry can be removed." -} \ No newline at end of file diff --git a/dist/common/cryptomator.config b/dist/common/cryptomator.config new file mode 100644 index 000000000..c0ab0f54f --- /dev/null +++ b/dist/common/cryptomator.config @@ -0,0 +1,8 @@ +# This is the Cryptomator administrative configuration file. +# It is a simple key-value pair file. +# Lines starting with '#' are comments and will be ignored. +# For more info, read the docs at https://docs.cryptomator.org. +# +# Example: +# Sets the plugin directory and enables plugin loading +# cryptomator.pluginDir=@{userhome}/Cryptomator/Plugins \ No newline at end of file diff --git a/dist/win/resources/main.wxs b/dist/win/resources/main.wxs index 143e5a1a2..0d6f0d8f1 100644 --- a/dist/win/resources/main.wxs +++ b/dist/win/resources/main.wxs @@ -116,7 +116,7 @@ - +