fix desktop app releasing (#2116)

* fix app releasing

* fix sed for macos

* fix setting app version on all oses
This commit is contained in:
Anbraten
2022-04-25 10:18:13 +02:00
committed by GitHub
parent 5cc97483e0
commit 03edc197d3
4 changed files with 32 additions and 8 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
{
"name": "workadventure-desktop",
"version": "1.0.0",
"version": "managedbyci",
"description": "Desktop application for WorkAdventure",
"author": "thecodingmachine",
"main": "dist/main.js",
@@ -11,7 +11,6 @@
"dev": "yarn build --watch --onSuccess 'yarn electron dist/main.js'",
"dev:local-app": "cd ../local-app && yarn && yarn dev",
"bundle": "yarn build:local-app && yarn build && electron-builder install-app-deps && electron-builder",
"release": "yarn bundle",
"typecheck": "tsc --noEmit",
"test": "exit 0",
"lint": "yarn eslint src/ . --ext .ts",