From a7718c12cd1dd15c42688d14ecafeb26b42a7abc Mon Sep 17 00:00:00 2001 From: foefl Date: Fri, 20 Jun 2025 09:05:28 +0200 Subject: [PATCH] helper to copy config files between projects --- scripts/copy_cfg_tom_plugin.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/copy_cfg_tom_plugin.ps1 diff --git a/scripts/copy_cfg_tom_plugin.ps1 b/scripts/copy_cfg_tom_plugin.ps1 new file mode 100644 index 0000000..a2532c9 --- /dev/null +++ b/scripts/copy_cfg_tom_plugin.ps1 @@ -0,0 +1 @@ +Copy-Item -Path "./lang_main_config.toml" -Destination "../tom-plugin/lang_main_config.toml" -Force \ No newline at end of file