Skip to content

Commit

Permalink
Update builder for better DX
Browse files Browse the repository at this point in the history
Add submodule "modx-build-environment-gui"
  • Loading branch information
dimasites committed Apr 28, 2023
1 parent e72cb68 commit e159384
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "_build/env"]
path = _build/env
url = https://github.com/dimasites/modx-build-environment-gui
3 changes: 3 additions & 0 deletions _build/ckeditor/build.transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,7 @@

$modx->log(modX::LOG_LEVEL_INFO,"Package built in {$totalTime}\n");

$download_url = '/_build/env/index.php?getpackage='.PKG_NAME_LOWER.'-'.PKG_VERSION.'-'.PKG_RELEASE;
$modx->log(modX::LOG_LEVEL_INFO,"\n<br /><a target='_blank' href='{$download_url}'>[DOWNLOAD PACKAGE]</a><br />\n");

exit ();
1 change: 1 addition & 0 deletions _build/env
Submodule env added at 60df2d

0 comments on commit e159384

Please sign in to comment.