From 1c39613963cbdb1ff87803132889dd00e6e13ae7 Mon Sep 17 00:00:00 2001 From: Vasco Lavos Date: Mon, 9 Oct 2023 20:38:54 +0100 Subject: [PATCH] build --- build.properties | 4 ++-- scripts/upload_releases.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.properties b/build.properties index 10fe97baf4..caf2bb2208 100644 --- a/build.properties +++ b/build.properties @@ -1,9 +1,9 @@ -#Mon Oct 09 19:35:45 UTC 2023 +#Mon Oct 09 19:38:54 UTC 2023 mapping_version=1.19.2 version=3.4 mod_name=Quark mc_version=1.19.2 mapping_channel=official mod_id=quark -build_number=416 +build_number=417 dir_output=../Build Output/Quark/ diff --git a/scripts/upload_releases.sh b/scripts/upload_releases.sh index 7528679d6a..62892c46bb 100755 --- a/scripts/upload_releases.sh +++ b/scripts/upload_releases.sh @@ -95,7 +95,7 @@ $CURSEFORGE_FORGE_VERSION,\ $CURSEFORGE_GAME_VERSION]" CURSEFORGE_FORGE_SPEC=$(echo "$CURSEFORGE_FORGE_SPEC" | \ - jq --arg changelog "$GH_RELEASE_PAGE" \ + jq --arg changelog "test" \ --argjson gamevers "$CURSEFORGE_FORGE_GAMEVERS" \ '.gameVersions=$ARGS.named.gamevers | .changelog=$ARGS.named.changelog') curl 'https://minecraft.curseforge.com/api/projects/243121/upload-file' \