mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-22 03:05:22 -04:00
⚠ BITMAPS Warning msg changed
This commit is contained in:
parent
dba7819593
commit
8e3acaecba
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def init_build() -> None:
|
|||
shutil.rmtree(package_dir)
|
||||
if not path.exists(bitmaps_dir):
|
||||
print(
|
||||
"⚠ Bitmaps Not generated.\n\n Follow Command to generate bitmaps\n `yarn render`")
|
||||
"⚠ BITMAPS NOT FOUND.\n\n`yarn install && yarn render` to Generates Bitmaps")
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue