Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
abrhst authored Jan 5, 2025
1 parent a76d937 commit 7dc9c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ install_component mcpelauncher
reset_cmake_options
add_cmake_options "${DEFAULT_CMAKE_OPTIONS[@]}" -DCMAKE_ASM_FLAGS="$MCPELAUNCHERUI_CFLAGS $CFLAGS" -DCMAKE_C_FLAGS="$MCPELAUNCHERUI_CFLAGS $CFLAGS" -DCMAKE_CXX_FLAGS="$MCPELAUNCHERUI_CXXFLAGS $MCPELAUNCHERUI_CFLAGS $CXXFLAGS $CFLAGS"
add_cmake_options -DCMAKE_INSTALL_PREFIX=/usr -DGAME_LAUNCHER_PATH=. -DLAUNCHER_VERSION_NAME="$(cat version.txt).${BUILD_NUM}-AppImage-$TARGETARCH" -DLAUNCHER_VERSION_CODE="${BUILD_NUM}" -DLAUNCHER_CHANGE_LOG="Launcher $(cat version.txt)<br/>$(cat changelog.txt)" -DQt5QuickCompiler_FOUND:BOOL=OFF -DLAUNCHER_ENABLE_GOOGLE_PLAY_LICENCE_CHECK=ON -DLAUNCHER_DISABLE_DEV_MODE=ON -DLAUNCHER_VERSIONDB_URL=https://raw.githubusercontent.com/minecraft-linux/mcpelauncher-versiondb/$(cat versionsdbremote.txt) -DLAUNCHER_VERSIONDB_PATH="$SOURCE_DIR/versionsdb" $UPDATE_CMAKE_OPTIONS
add_cmake_options -DLAUNCHER_ENABLE_GOOGLE_PLAY_LICENCE_CHECK=OFF
call_quirk build_mcpelauncher_ui

build_component64 mcpelauncher-ui
Expand Down

0 comments on commit 7dc9c35

Please sign in to comment.