mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Signed-off-by: Denis Gladkiy <denis.gladkiy@hardcoreeng.com>
10 lines
252 B
PowerShell
10 lines
252 B
PowerShell
$MODEL_VERSION = node ../common/scripts/show_version.js | Out-String
|
|
$MODEL_VERSION = $MODEL_VERSION.Trim()
|
|
|
|
$VERSION = node ../common/scripts/show_tag.js | Out-String
|
|
$VERSION = $VERSION.Trim()
|
|
|
|
$env:NODE_ENV = "development"
|
|
|
|
electron --no-sandbox ./
|