PChemGuy df9a413ef8 Strip trailing backslash
%~dp0 always contains a trailing backslash. The way %DIR% is used in the following line, the trailing slash should be stripped. Alternatively, `%DIR%\\` may be replaced with `%DIR%`, but I would advice against. It is ok to have `%~dp0trilium-data`, which is a conventional pattern. Once %~dp0 is replaced with %DIR% (which is not really warranted here), stripping the trailing slash right after assignment is preferable.
2025-03-14 14:29:37 +03:00
..
2025-01-09 18:07:02 +02:00
2025-03-14 14:29:37 +03:00
2023-01-25 09:55:29 +01:00
2022-10-15 21:09:27 +02:00
2025-01-09 18:07:02 +02:00