Add Tooloop Package and deploy script, fixes #1
This commit is contained in:
@@ -20,7 +20,7 @@ brew install dpkg
|
||||
brew install fakeroot
|
||||
```
|
||||
|
||||
# Building
|
||||
# Build
|
||||
|
||||
```bash
|
||||
# one of
|
||||
@@ -29,7 +29,7 @@ npm run make-linux
|
||||
npm run make-all
|
||||
```
|
||||
|
||||
# Running
|
||||
# Run
|
||||
|
||||
```bash
|
||||
# Mac
|
||||
@@ -37,4 +37,10 @@ npm run start
|
||||
|
||||
# Linux
|
||||
./out/Tooloop\ Kiosk\ Browser-linux-arm64/Tooloop\ Kiosk\ Browser --no-sandbox
|
||||
```
|
||||
|
||||
# Deploy
|
||||
|
||||
```bash
|
||||
npm run deploy
|
||||
```
|
||||
Reference in New Issue
Block a user