Skip to content

Commit

Permalink
Fix GoogleLogin and XboxLive MSA in AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Feb 11, 2020
1 parent 2e8ab4d commit d6e6e98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ call_quirk build_msa
build_component msa
install_component msa
reset_cmake_options
add_cmake_options -DCMAKE_INSTALL_PREFIX=/usr
add_cmake_options -DCMAKE_INSTALL_PREFIX=/usr -DMSA_DAEMON_PATH=.
call_quirk build_mcpelauncher
build_component mcpelauncher
install_component mcpelauncher
Expand Down Expand Up @@ -93,6 +93,8 @@ check_run $LINUXDEPLOY_BIN --appdir $APP_DIR -i $BUILD_DIR/mcpelauncher-ui-qt.pn
export QML_SOURCES_PATHS=$SOURCE_DIR/mcpelauncher-ui/mcpelauncher-ui-qt/qml/
check_run $LINUXDEPLOY_PLUGIN_QT_BIN --appdir $APP_DIR

cp -r /usr/lib/x86_64-linux-gnu/nss $APP_DIR/usr/lib/

check_run $LINUXDEPLOY_BIN --appdir $APP_DIR --output appimage
mv Minecraft*.AppImage output

Expand Down

0 comments on commit d6e6e98

Please sign in to comment.