mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-03 00:19:52 -04:00
📃 New build scripts
This commit is contained in:
parent
b7f3293acc
commit
a6889413b5
2 changed files with 14 additions and 3 deletions
11
README.md
11
README.md
|
@ -335,7 +335,7 @@ deactivate
|
|||
|
||||
```bash
|
||||
yarn install # Install all Node Packages
|
||||
yarn py_install # Install all PyPi Packages
|
||||
yarn py_install # Install all PyPi & builder Packages
|
||||
```
|
||||
|
||||
#### Build `Bibata`
|
||||
|
@ -346,7 +346,10 @@ yarn render:bibata-original # Render Bibata Original Bi
|
|||
|
||||
# Build cursors packages
|
||||
yarn build # Build Windows & X11 packages
|
||||
# OR
|
||||
yarn build:x11 # Build only X11 packages
|
||||
# OR
|
||||
yarn build:win # Build only Windows cursors
|
||||
```
|
||||
|
||||
#### Build `Bibata Modern` Only
|
||||
|
@ -356,7 +359,10 @@ yarn render:bibata-modern # Render Bibata Modern Bitm
|
|||
|
||||
# Build cursors packages
|
||||
yarn build # Build Windows & X11 cursors
|
||||
# OR
|
||||
yarn build:x11 # Build only X11 cursors
|
||||
# OR
|
||||
yarn build:win # Build only Windows cursors
|
||||
```
|
||||
|
||||
#### Build `Bibata Original` Only
|
||||
|
@ -366,7 +372,10 @@ yarn render:bibata-original # Render Bibata Original Bi
|
|||
|
||||
# Build cursors packages
|
||||
yarn build # Build Windows & Linux cursors
|
||||
# OR
|
||||
yarn build:x11 # Build only X11 cursors
|
||||
# OR
|
||||
yarn build:win # Build only Windows cursors
|
||||
```
|
||||
|
||||
After build `bitmaps` and `themes` directory are generated at project **root**.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue