From 0c865b8406e4bf34b863fe164b4e67811a2ba033 Mon Sep 17 00:00:00 2001 From: SwingTheVine Date: Mon, 11 Aug 2025 16:03:54 -0400 Subject: [PATCH] Cleanup of bugs related to one-click install link --- .github/workflows/build.yml | 4 ++-- docs/README.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68bd95d..b94504d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,12 +81,12 @@ jobs: - name: Update static version numbers run: | - current_version="${{ steps.get_latest_tag.outputs.latest_tag_no_v }}" + current_version="${{ steps.get_version.outputs.current_version }}" + latest_tag="${{ steps.get_latest_tag.outputs.latest_tag_no_v }}" if [ -f "docs/README.md" ]; then echo "README.md exists. Modifying..." sed -i \ -e 's|\(Latest_Version-\)[^-\ ]*\(-lightblue\)|\1'"$current_version"'\2|' \ - -e 's|v[0-9]\+\.[0-9]\+\.[0-9]\+|v'"$current_version"'|g' \ docs/README.md else echo "README.md was not found. Skipping..." diff --git a/docs/README.md b/docs/README.md index 828e686..71d07e0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -43,7 +43,7 @@

Blue Marble

Wplace Status -Latest Version +Latest Version Latest Release Software License: MPL-2.0 Contact Me @@ -133,9 +133,9 @@
Enable 'Developer Mode' and 'Allow user scripts'
  • Enable "Allow user scripts."
  • -
  • One-click install: Click this link to Install Blue Marble directly: Install Blue Marble +
  • One-click install: Click this link to install Blue Marble directly: Install Blue Marble
    - TamperMonkey will automatically detect the userscript and prompt you to Install it.
  • + TamperMonkey will automatically detect the userscript and prompt you to install it.
  • Refresh the wplace.live webpage.
  • @@ -178,9 +178,9 @@
  • Install the TamperMonkey plugin for Firefox.
    Click the 'Add to Firefox' button
  • -
  • One-click install: Click this link to Install Blue Marble directly: Install Blue Marble +
  • One-click install: Click this link to install Blue Marble directly: Install Blue Marble
    - TamperMonkey will automatically detect the userscript and prompt you to Install it.
  • + TamperMonkey will automatically detect the userscript and prompt you to install it.
  • Refresh the wplace.live webpage.