mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 06:34:41 -04:00
🚀 Out Directory changed
This commit is contained in:
parent
95723d96aa
commit
a4f680cafb
2 changed files with 6 additions and 6 deletions
10
README.md
10
README.md
|
@ -270,7 +270,7 @@ deactivate
|
||||||
yarn install # Install all Node Packages
|
yarn install # Install all Node Packages
|
||||||
yarn py_install # Install all PyPi Packages
|
yarn py_install # Install all PyPi Packages
|
||||||
yarn compile # Compile the cursor theme
|
yarn compile # Compile the cursor theme
|
||||||
yarn unpack # To extract`./packages/macOSBigSur.tar` file
|
yarn unpack # To extract`./themes/macOSBigSur.tar` file
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Using npm
|
##### Using npm
|
||||||
|
@ -279,19 +279,19 @@ yarn unpack # To extract`./packages/mac
|
||||||
npm install # Install all Node Packages
|
npm install # Install all Node Packages
|
||||||
npm py_install # Install all PyPi Packages
|
npm py_install # Install all PyPi Packages
|
||||||
npm compile # Compile the cursor theme
|
npm compile # Compile the cursor theme
|
||||||
npm unpack # To extract`./packages/macOSBigSur.tar` file
|
npm unpack # To extract`./themes/macOSBigSur.tar` file
|
||||||
```
|
```
|
||||||
|
|
||||||
After build `bitmaps` and `packages` directory are generated at project **root**.
|
After build `bitmaps` and `themes` directory are generated at project **root**.
|
||||||
|
|
||||||
### Install Build Theme
|
### Install Build Theme
|
||||||
|
|
||||||
All builded cursor packages are available inside `packages` directory.
|
All builded cursor themes are available inside `themes` directory.
|
||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ./packages
|
cd ./themes
|
||||||
rm -rf ~/.icons/macOSBigSur && cp macOSBigSur ~/.icons/ # installing Theme to local user(recommend)
|
rm -rf ~/.icons/macOSBigSur && cp macOSBigSur ~/.icons/ # installing Theme to local user(recommend)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ from config import name, temp_folder, bitmaps_dir, win_out, x11_out, window_inst
|
||||||
from os import path, listdir, rename, remove
|
from os import path, listdir, rename, remove
|
||||||
|
|
||||||
|
|
||||||
package_dir = "./packages"
|
package_dir = "./themes"
|
||||||
x11_out_dir = path.join(package_dir, x11_out)
|
x11_out_dir = path.join(package_dir, x11_out)
|
||||||
win_out_dir = path.join(package_dir, win_out)
|
win_out_dir = path.join(package_dir, win_out)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue