@jtff/miztemplate-lib 3.10.0 → 3.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lua/lib/Moose_.lua +2109 -986
- package/package.json +1 -1
- package/scripts/inject-scripts.js +2 -2
package/package.json
CHANGED
|
@@ -217,8 +217,8 @@ async function doInject(ciObject, sourceMizFileName, workspacePath,destinationMi
|
|
|
217
217
|
await ciObject.mizlib.updateWorkspaceWithSingleSoundFolder(workspacePath, 'Misc');
|
|
218
218
|
await ciObject.mizlib.injectSingleSoundFolderIntoZipObject(mizObject,workspacePath, 'Misc', true);
|
|
219
219
|
// injection des fichiers Config View si repertoire resources/config/View present
|
|
220
|
-
await ciObject.mizlib.updateWorkspaceWithSingleConfigFolder(workspacePath, 'View');
|
|
221
|
-
await ciObject.mizlib.injectSingleConfigFolderIntoZipObject(mizObject,workspacePath, 'View', true);
|
|
220
|
+
await ciObject.mizlib.updateWorkspaceWithSingleConfigFolder(workspacePath, 'config/View');
|
|
221
|
+
await ciObject.mizlib.injectSingleConfigFolderIntoZipObject(mizObject,workspacePath, 'config/View', true);
|
|
222
222
|
// insertion des Librairies JTFF dans la file d'attente
|
|
223
223
|
settingsArray.push(
|
|
224
224
|
{
|