Merge pull request #153 from vector-im/jryans/rebrand-packaged-artifact

Update branding of packaging artifacts
This commit is contained in:
J. Ryan Stinnett
2020-11-25 11:16:57 +00:00
committed by GitHub
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
"author": "Element",
"repository": {
"type": "git",
"url": "https://github.com/vector-im/riot-desktop"
"url": "https://github.com/vector-im/element-desktop"
},
"license": "Apache-2.0",
"files": [],
@@ -21,7 +21,7 @@
"build32": "electron-builder --ia32",
"build64": "electron-builder --x64",
"build": "electron-builder",
"docker:setup": "docker build -t riot-desktop-dockerbuild dockerbuild",
"docker:setup": "docker build -t element-desktop-dockerbuild dockerbuild",
"docker:build:native": "scripts/in-docker.sh yarn run hak",
"docker:build": "scripts/in-docker.sh yarn run build",
"docker:install": "scripts/in-docker.sh yarn install",