readme updated

This commit is contained in:
amitpanwar789 2024-06-23 10:12:01 +05:30
parent 57e2af7f45
commit b818e74b3f

View File

@ -31,9 +31,9 @@ npm run start
To package the app for different platforms (Linux, Windows, macOS), use the corresponding npm commands: To package the app for different platforms (Linux, Windows, macOS), use the corresponding npm commands:
```bash ```bash
npm run package:linux npm run package-linux
npm run package:win npm run package-win
npm run package:mac npm run package-mac
``` ```
### Additional Information ### Additional Information