Skip to content

Commit 0a2f871

Browse files
committed
fix: README.md [skip ci]
1 parent 93cc549 commit 0a2f871

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ to being an audio sample management tool, Pulp is also an audio file explorer.
2323

2424
## Features
2525

26+
- Cross-plateform : Windows, MacOS (intel / Silicon), Linux
2627
- Scan a folder and retrieve audio files
27-
- Automatic detection of BPM, key, etc (soon).
2828
- Easily organize and search your audio files
2929
- Modern and user-friendly interface
30+
- Automatic detection of BPM, key, etc (soon)
3031

3132
## Technology
3233

@@ -75,9 +76,9 @@ repository for more information on contribution processes.
7576

7677
## Acknowledgements
7778

78-
This project utilizes Essentia, an open source audio analysis and processing library. We would like to express our
79+
~~This project utilizes Essentia, an open source audio analysis and processing library. We would like to express our
7980
gratitude to the Essentia development team for their contributions to the field of audio processing. For more
80-
information about Essentia, please visit their [official website](https://essentia.upf.edu/).
81+
information about Essentia, please visit their [official website](https://essentia.upf.edu/).~~
8182

8283
We would like to thank all contributors for their support and help in developing Pulp. We couldn't have done it without
8384
you.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"prisma-studio": "(cd src-tauri && npx prisma studio)",
88
"prisma-generate-rust": "npm run cargo -- prisma generate",
99
"cargo": "cd src-tauri && cargo",
10-
"prisma-prepare-schema-js": "node -r dotenv/config tools/prisma-prepare-schema.js src-tauri/prisma/schema.prisma dotenv_config_path=src-tauri/.env",
10+
"prisma-prepare-schema-js": "node -r dotenv/config scripts/prisma-prepare-schema.js src-tauri/prisma/schema.prisma dotenv_config_path=src-tauri/.env",
1111
"prisma-js": "npm run prisma-prepare-schema-js && npx prisma --",
1212
"prisma-generate-all": "npm run cargo -- prisma generate && npm run prisma-js -- generate",
1313
"dev": "vite --config vite.config.js",
1414
"build": "vite build --config vite.config.js",
1515
"preview": "vite preview",
1616
"tauri": "tauri",
1717
"semantic-release": "semantic-release",
18-
"bump-tauri-version": "node tools/bump-tauri-version.js"
18+
"bump-tauri-version": "node scripts/bump-tauri-version.js"
1919
},
2020
"devDependencies": {
2121
"@semantic-release/exec": "^6.0.3",

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export default {
1111
"@semantic-release/release-notes-generator",
1212
"@semantic-release/github",
1313
["@semantic-release/npm", { npmPublish: false }],
14-
"./tools/semantic-release-export-data.js",
14+
"./scripts/semantic-release-export-data.js",
1515
],
1616
};
File renamed without changes.

0 commit comments

Comments
 (0)