Win plugin files with .plugin extension (#21068)
Stelios Fragkakis committed
Sep 29, 2025 at 17:16 UTC
05b2bddd80c37a8fd679dd157ec0dda79f0bdd26
1 file changed
+1
src/plugins.d/plugins_d.c
+1
@@ -247,6 +247,7 @@ static bool is_plugin(char *dst, size_t dst_size, const char *filename) {
247
".plugin.exe",
248
"_plugin.exe",
249
"-plugin.exe",
250
+ ".plugin",
251
NULL
252
};
253
#else