Update build_appimage.sh

This commit is contained in:
MacRimi
2025-09-28 21:26:25 +02:00
parent c989af6cf0
commit 96cbc75a5e

View File

@@ -10,7 +10,7 @@ APP_DIR="$WORK_DIR/ProxMenux.AppDir"
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
DIST_DIR="$SCRIPT_DIR/../dist" DIST_DIR="$SCRIPT_DIR/../dist"
VERSION=$(grep -o '"version"[[:space:]]*:[[:space:]]*"[^"]*"' "$SCRIPT_DIR/../package.json" | sed 's/.*"$$[^"]*$$".*/\1/') VERSION=$(node -p "require('$SCRIPT_DIR/../package.json').version")
APPIMAGE_NAME="ProxMenux-${VERSION}.AppImage" APPIMAGE_NAME="ProxMenux-${VERSION}.AppImage"
echo "🚀 Building ProxMenux Monitor AppImage v${VERSION} with translation support..." echo "🚀 Building ProxMenux Monitor AppImage v${VERSION} with translation support..."