Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruk-mm committed Oct 11, 2021
1 parent 0a91c80 commit 1797e13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1797e13

Please sign in to comment.