diff --git a/dist/common/config.properties b/dist/common/config.properties new file mode 100644 index 000000000..6ad5dfd90 --- /dev/null +++ b/dist/common/config.properties @@ -0,0 +1,13 @@ +# This is the Cryptomator administrative configuration file. +# It is a simple key-value pair file. +# Lines starting with '#' are comments and will be ignored. +# +# There are some shorthands for well known folders: +# Substitution Key | Variable Value +# @{appdir} | The application installation directory. +# @{appdata} | %APPDATA% (Windows only). +# @{localappdata} | %LOCALAPPDATA% (Windows only). +# @{userhome} | The user's home directory. +# +# Example: +# cryptomator.pluginDir=@{appdata}/Cryptomator/Plugins #Sets a plugin directory and enables plugin loading \ No newline at end of file diff --git a/dist/win/resources/main.wxs b/dist/win/resources/main.wxs index 6310c6985..01f399b77 100644 --- a/dist/win/resources/main.wxs +++ b/dist/win/resources/main.wxs @@ -87,7 +87,7 @@ - + @@ -99,6 +99,32 @@ + + + + + + + + + + + + + + + + + + + @@ -107,6 +133,8 @@ + +