Skip to content

Commit

Permalink
Added build env gui via git submodule and download package link
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasites committed Apr 28, 2023
1 parent 7c3393e commit 0874f29
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 59 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
1 change: 1 addition & 0 deletions _build/env
Submodule env added at f59f17
57 changes: 0 additions & 57 deletions _build/index.php

This file was deleted.

4 changes: 2 additions & 2 deletions _build/minishop2/build.transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@
}
$modx->log(modX::LOG_LEVEL_INFO, "\n<br />Execution time: {$totalTime}\n");

$download_url = '/_build/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");
$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");

echo '</pre>';

Expand Down

0 comments on commit 0874f29

Please sign in to comment.