Skip to content

Commit

Permalink
Описание скриптов
Browse files Browse the repository at this point in the history
PromiSe#### committed Oct 18, 2020
1 parent 36cb723 commit 8c4272a
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -7,11 +7,25 @@
- Не обращает внимание на присутствующие камеры
- Убрана реклама и прочая лишняя информация

# Сборка
# Сборка под Windows

```
> npm install
> npm run build
> npm run build-windows
```

# Сборка под Linux

```
> npm install
> npm run build-linux
```

# Сборка под MacOS

```
> npm install
> npm run build-mac
```

# Запуск в режиме отладки

0 comments on commit 8c4272a

Please sign in to comment.