mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 14:44:45 -04:00
🧑💻 Build docs updated
This commit is contained in:
parent
a2e5dbecde
commit
eadf06538a
2 changed files with 39 additions and 48 deletions
|
@ -49,7 +49,7 @@ args = parser.parse_args()
|
|||
|
||||
bitmaps_dir = Path(args.png_dir)
|
||||
x_out_dir = Path(args.out_dir) / "macOSBigSur"
|
||||
win_out_dir = Path(args.out_dir) / "macOSBigSur-Windows"
|
||||
win_out_dir = Path(args.out_dir) / "macOSBigSur_Windows"
|
||||
|
||||
if args.platform == "unix":
|
||||
xbuild(bitmaps_dir, x_out_dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue