mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 19:46:57 -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(
|
spinner.text = ` ${chalk.blueBright(
|
||||||
schema
|
schema
|
||||||
)} Bitmaps stored at ${chalk.greenBright(
|
)} Bitmaps stored at ${chalk.greenBright(
|
||||||
`./${path.relative("../../", bitmapsDir)}`
|
`${path.relative("../../../", bitmapsDir)}`
|
||||||
)}`;
|
)}`;
|
||||||
spinner.succeed();
|
spinner.succeed();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue