mirror of
https://github.com/RetroDECK/AppImages.git
synced 2025-04-11 02:55:09 +00:00
Added AppImage Maker start message
This commit is contained in:
parent
d8434d3cf6
commit
750b468d3a
|
|
@ -26,6 +26,7 @@ build_appimage() {
|
||||||
local CURRENT_DIR
|
local CURRENT_DIR
|
||||||
CURRENT_DIR="$(pwd)"
|
CURRENT_DIR="$(pwd)"
|
||||||
|
|
||||||
|
echo "--- AppImage Maker initiated ---"
|
||||||
echo "Building AppImage for $APP_NAME"
|
echo "Building AppImage for $APP_NAME"
|
||||||
echo "Repository: $REPO_URL"
|
echo "Repository: $REPO_URL"
|
||||||
echo "AppImage output: $APPIMAGE_OUTPUT"
|
echo "AppImage output: $APPIMAGE_OUTPUT"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue