File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 55}
66
77// Define sources
8- $ root = dirname (__FILE__ , 2 ) . '/ ' ;
8+ $ root = dirname (__FILE__ , 3 ) . '/ ' ;
99$ sources = [
1010 'root ' => $ root ,
11- 'build ' => $ root . '_build/ ' ,
11+ 'build ' => $ root . '_build/ ' . PKG_NAME_LOWER . ' / ' ,
1212 'source_core ' => $ root . 'core/components/ ' . PKG_NAME_LOWER ,
1313 'model ' => $ root . 'core/components/ ' . PKG_NAME_LOWER . '/model/ ' ,
1414 'schema ' => $ root . 'core/components/ ' . PKG_NAME_LOWER . '/model/schema/ ' ,
Original file line number Diff line number Diff line change 1515}
1616
1717// Define sources
18- $ root = dirname (__FILE__ , 2 ) . '/ ' ;
18+ $ root = dirname (__FILE__ , 3 ) . '/ ' ;
19+
1920$ sources = [
2021 'root ' => $ root ,
21- 'build ' => $ root . '_build/ ' ,
22- 'data ' => $ root . '_build/data/ ' ,
23- 'resolvers ' => $ root . '_build/resolvers/ ' ,
22+ 'build ' => $ root . '_build/ ' . PKG_NAME_LOWER . ' / ' ,
23+ 'data ' => $ root . '_build/ ' . PKG_NAME_LOWER . ' / data/ ' ,
24+ 'resolvers ' => $ root . '_build/ ' . PKG_NAME_LOWER . ' / resolvers/ ' ,
2425 'chunks ' => $ root . 'core/components/ ' . PKG_NAME_LOWER . '/elements/chunks/ ' ,
2526 'snippets ' => $ root . 'core/components/ ' . PKG_NAME_LOWER . '/elements/snippets/ ' ,
2627 'plugins ' => $ root . 'core/components/ ' . PKG_NAME_LOWER . '/elements/plugins/ ' ,
308309if (!empty ($ _GET ['download ' ])) {
309310 echo '<script>document.location.href = "/core/packages/ ' . $ signature . '.transport.zip ' . '";</script> ' ;
310311}
312+
You can’t perform that action at this time.
0 commit comments