We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977396a commit f8a45b7Copy full SHA for f8a45b7
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "_build/env"]
2
+ path = _build/env
3
+ url = https://github.com/dimasites/modx-build-environment-gui
_build/minishop2/build.transport.php
@@ -304,6 +304,10 @@
304
}
305
306
$modx->log(modX::LOG_LEVEL_INFO, "\n<br />Execution time: {$totalTime}\n");
307
+
308
+$download_url = '/_build/env/index.php?getpackage='.PKG_NAME_LOWER.'-'.PKG_VERSION.'-'.PKG_RELEASE;
309
+$modx->log(modX::LOG_LEVEL_INFO,"\n<br /><a target='_blank' href='{$download_url}'>[DOWNLOAD PACKAGE]</a><br />\n");
310
311
echo '</pre>';
312
313
if (!empty($_GET['download'])) {
0 commit comments