Преглед на файлове

add .command_settings file to ScriptOnlyProject template, fix #18887 (#18888)

Signed-off-by: André L. Alvares <[email protected]>
André L. Alvares преди 2 месеца
родител
ревизия
29cbfb098b
променени са 2 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 4 0
      Templates/ScriptOnlyProject/Template/.command_settings
  2. 4 0
      Templates/ScriptOnlyProject/template.json

+ 4 - 0
Templates/ScriptOnlyProject/Template/.command_settings

@@ -0,0 +1,4 @@
+[export_project]
+option.build.assets = True
+seedlist.paths = AssetBundling/SeedLists/*.seed
+archive.output.format = zip

+ 4 - 0
Templates/ScriptOnlyProject/template.json

@@ -22,6 +22,10 @@
             "file": ".gitignore",
             "file": ".gitignore",
             "isTemplated": false
             "isTemplated": false
         },
         },
+        {
+            "file": ".command_settings",
+            "isTemplated": false
+        },
         {
         {
             "file": "CMakeLists.txt",
             "file": "CMakeLists.txt",
             "isTemplated": true
             "isTemplated": true