helper to copy config files between projects

This commit is contained in:
Florian Förster 2025-06-20 09:05:28 +02:00
parent 2e041f9fd5
commit a7718c12cd

View File

@ -0,0 +1 @@
Copy-Item -Path "./lang_main_config.toml" -Destination "../tom-plugin/lang_main_config.toml" -Force