Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Release/v0.3.0 (#11)
Browse files Browse the repository at this point in the history
* Release v0.3.0 via Buildbot

* [no ci] do not validate curl website

* [no ci] do not validate curl website

* [no ci] do not validate curl website

* do not validate curl website

* [no ci] fix x86

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
ChristopherHX and actions-user authored Oct 23, 2021
1 parent a7adcaf commit fdfe9b0
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export QML_SOURCES_PATHS=$SOURCE_DIR/mcpelauncher-ui/mcpelauncher-ui-qt/qml/:$SO
check_run $LINUXDEPLOY_PLUGIN_QT_BIN --appdir $APP_DIR

cp -r /usr/lib/x86_64-linux-gnu/nss $APP_DIR/usr/lib/
curl -L https://curl.se/ca/cacert.pem --output $APP_DIR/usr/share/mcpelauncher/cacert.pem
curl -L -k https://curl.se/ca/cacert.pem --output $APP_DIR/usr/share/mcpelauncher/cacert.pem
export OUTPUT="Minecraft_Bedrock_Launcher-${ARCH}-0.0.${BUILD_NUM}.AppImage"
check_run $LINUXDEPLOY_BIN --appdir $APP_DIR --output appimage

Expand Down
2 changes: 1 addition & 1 deletion build_appimage_32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export QML_SOURCES_PATHS=$SOURCE_DIR/mcpelauncher-ui/mcpelauncher-ui-qt/qml/:$SO
check_run $LINUXDEPLOY_PLUGIN_QT_BIN --appdir $APP_DIR

cp -r /usr/lib/i386-linux-gnu/nss $APP_DIR/usr/lib/
curl -L https://curl.se/ca/cacert.pem --output $APP_DIR/usr/share/mcpelauncher/cacert.pem
curl -L -k https://curl.se/ca/cacert.pem --output $APP_DIR/usr/share/mcpelauncher/cacert.pem
export OUTPUT="Minecraft_Bedrock_Launcher-${ARCH}-0.0.${BUILD_NUM}.AppImage"
check_run $LINUXDEPLOY_BIN --appdir $APP_DIR --output appimage
mv Minecraft*.AppImage output
Expand Down
2 changes: 1 addition & 1 deletion build_appimage_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ check_run $LINUXDEPLOY_PLUGIN_QT_BIN --appdir $APP_DIR

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

curl -L https://curl.se/ca/cacert.pem --output $APP_DIR/usr/share/mcpelauncher/cacert.pem
curl -L -k https://curl.se/ca/cacert.pem --output $APP_DIR/usr/share/mcpelauncher/cacert.pem

rm $APP_DIR/AppRun
cp ./AppRun $APP_DIR/AppRun
Expand Down
2 changes: 1 addition & 1 deletion build_appimage_armhf2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ check_run $LINUXDEPLOY_PLUGIN_QT_BIN --appdir $APP_DIR

cp -r /usr/lib/arm-linux-gnueabihf/nss $APP_DIR/usr/lib/

curl -L https://curl.se/ca/cacert.pem --output $APP_DIR/usr/share/mcpelauncher/cacert.pem
curl -L -k https://curl.se/ca/cacert.pem --output $APP_DIR/usr/share/mcpelauncher/cacert.pem

rm $APP_DIR/AppRun
cp ./AppRun $APP_DIR/AppRun
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<p>Hotfix: old x86_64 devices got not purchased error for launcher latest, issues appeard on Tuesday 10.8 with the unsupported message of the next MC update</p><p>Due to heavy abuse of this launchers sourcecode for piracy, further updates to GPL Launcher code are at risk</p>
<p>Anti piracy update, starting 1.17.40+ currently requires an internet connection</p><p>I forget what exactly I have changed during the last months</p>
2 changes: 1 addition & 1 deletion mcpelauncher-ui.commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
89b2dc87753e6a65e32b33a7e8b3683554772329
8cba5f30206d79573dfcf9c6d9e79b946f49227c
2 changes: 1 addition & 1 deletion mcpelauncher.commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eb5b3bc94c41143a970c9b6cf4732d617074c7b5
50fd0e2d92f872178eb37e78390d5cb72749ac61
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.5
v0.3.0
2 changes: 1 addition & 1 deletion versionsdb.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
da807bbe773a330a24dbea616b90cf7ab2688736
96319e20a23c5e48aa3a2898fe5eda728f94eebc
2 changes: 1 addition & 1 deletion versionsdbremote.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.0
v0.3.0

0 comments on commit fdfe9b0

Please sign in to comment.