Add dummy admin properties file in Windows installer

This commit is contained in:
Armin Schrenk
2026-01-13 18:40:53 +01:00
parent 45633837e0
commit b1c21501a6
2 changed files with 42 additions and 1 deletions
+13
View File
@@ -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