make it generate tar.gz file for linux distro

This commit is contained in:
Rodrigo Valerio 2024-01-02 12:47:34 +01:00
parent 0f102c4f64
commit 1b2c6e3464
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,7 @@ jobs:
sudo apt update
sudo apt install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu -y
npx nx run open-lens:build:app --x64 --arm64
npx nx run open-lens:build:app --linux rpm deb tar.gz --x64 --arm64
find . -name '*pty.node' -print0 | xargs -0 file
else
npx nx run open-lens:build:app --x64 --arm64

View File

@ -43,6 +43,8 @@ Download and install appropriate package
(`.rpm`, `.deb` or `.AppImage`)
and install based on available package manager.
Or download the tarball binary `.tar.gz` file and expand it to `/opt` for example.
### Windows
#### Scoop