From 1797e131918d4b33c9b2620800d82a415d930746 Mon Sep 17 00:00:00 2001 From: Mateo Miccino Date: Mon, 11 Oct 2021 12:46:07 -0300 Subject: [PATCH] test --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8fc20cb..d5ac613 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ my-app/ ## Artifacts -- Windows: https://renderer-artifacts.decentraland.org/launcher-branch/main/Install Decentraland.exe -- Linux: https://renderer-artifacts.decentraland.org/launcher-branch/main/Decentraland.AppImage -- Mac: https://renderer-artifacts.decentraland.org/launcher-branch/main/Decentraland.dmg +- Windows: [https://renderer-artifacts.decentraland.org/launcher-branch/main/Install Decentraland.exe]() +- Linux: [https://renderer-artifacts.decentraland.org/launcher-branch/main/Decentraland.AppImage]() +- Mac: [https://renderer-artifacts.decentraland.org/launcher-branch/main/Decentraland.dmg]() The format is the following: https://renderer-artifacts.decentraland.org/launcher-branch/{branch}/decentraland-launcher.{extension} \ No newline at end of file diff --git a/package.json b/package.json index 943a7eb..032b606 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "start": "tsc -p electron -w && tsc -p electron && electron .", "start:local": "echo 'Please execute `BROWSER=none npm run start` at `explorer-website`' && concurrently \"cross-env wait-on http://localhost:3000 && tsc -p electron -w\" \"wait-on http://localhost:3000 && tsc -p electron && electron .\"", "build": "tsc -p electron && electron-builder --publish never", - "publish": "tsc -p electron && electron-builder --publish onTagOrDraft" + "publish": "tsc -p electron && electron-builder --publish always" }, "build": { "appId": "decentraland.desktop.launcher",