Feature #1594 » 0085-Do-not-build-server-binary-to-ruledit-appimage.patch
| platforms/appimage/build_appimages.sh | ||
|---|---|---|
|   fi | ||
|   cd "build/ruledit-$1" | ||
|   if ! meson setup -Dappimage=true -Dprefix=/usr -Ddefault_library=static -Dclients=[] -Dfcmp=[] -Dtools='ruledit' -Dqtver=$1 "${SRC_ROOT}" | ||
|   if ! meson setup -Dappimage=true -Dprefix=/usr -Ddefault_library=static -Dclients=[] -Dfcmp=[] \ | ||
|        -Dserver=disabled -Dtools='ruledit' -Dqtver=$1 "${SRC_ROOT}" | ||
|   then | ||
|     echo "ruledit-$1 setup with meson failed!" >&2 | ||
|     return 1 | ||
| ... | ... | |
|   fi | ||
|   cd "${BUILD_ROOT}" | ||
|   rm -f "AppDir/ruledit-$1/usr/share/applications/org.freeciv.server.desktop" | ||
|   if ! tools/linuxdeploy-x86_64.AppImage --appdir "AppDir/ruledit-$1" --output appimage | ||
|   then | ||
|     echo "ruledit-$1 image build with linuxdeploy failed!" >&2 | ||