AppImage script: fix Done message; PUSH_TO_GITEA: add git identity step
Made-with: Cursor
This commit is contained in:
Regular → Executable
+3
-3
@@ -48,9 +48,9 @@ EOF
|
||||
|
||||
echo "=== Building AppImage (requires appimagetool) ==="
|
||||
if command -v appimagetool &>/dev/null; then
|
||||
appimagetool "$APPDIR" "${APP_NAME}-${VERSION:-dev}.AppImage" 2>/dev/null || \
|
||||
appimagetool "$APPDIR" "${APP_NAME}.AppImage"
|
||||
echo "Done: ${APP_NAME}.AppImage (or ${APP_NAME}-dev.AppImage)"
|
||||
OUT="${APP_NAME}.AppImage"
|
||||
appimagetool "$APPDIR" "$OUT"
|
||||
echo "Done: $OUT"
|
||||
else
|
||||
echo "AppDir is ready at $APPDIR/"
|
||||
echo "To create the .AppImage, install appimagetool and run:"
|
||||
|
||||
Reference in New Issue
Block a user