Skip to content

Commit

Permalink
Merge pull request #3 from ChristopherHX/FixAppimageGoogleLoginXboxLive
Browse files Browse the repository at this point in the history
Fix GoogleLogin and XboxLive MSA in AppImage
  • Loading branch information
MCMrARM authored Mar 28, 2020
2 parents 2e8ab4d + d6e6e98 commit 60959ac
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 60959ac

Please sign in to comment.