Merge pull request #1375 from element-hq/langleyd/update_org_in_workflows

Update org in workflows and scripts

(cherry picked from commit 9586a17faf)
This commit is contained in:
David Langley
2023-12-13 12:44:31 +00:00
parent 79c4b6f7e7
commit 788a4ca721
8 changed files with 12 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ import riotDesktopPackageJson from "../package.json";
import { setPackageVersion } from "./set-version";
const PUB_KEY_URL = "https://packages.riot.im/element-release-key.asc";
const PACKAGE_URL_PREFIX = "https://github.com/vector-im/element-web/releases/download/";
const PACKAGE_URL_PREFIX = "https://github.com/element-hq/element-web/releases/download/";
const DEVELOP_TGZ_URL = "https://develop.element.io/develop.tar.gz";
const ASAR_PATH = "webapp.asar";