mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 11:36:55 -04:00
💾 Bitmaps Save Path from Bibata Root
This commit is contained in:
parent
3cabf9ea3b
commit
b54b071ab0
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ const renderCursors = async (configs: Record<string, Config>) => {
|
|||
spinner.text = ` ${chalk.blueBright(
|
||||
schema
|
||||
)} Bitmaps stored at ${chalk.greenBright(
|
||||
`./${path.relative("../../", bitmapsDir)}`
|
||||
`${path.relative("../../../", bitmapsDir)}`
|
||||
)}`;
|
||||
spinner.succeed();
|
||||
} catch (error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue