dsr/README.md
2023-07-31 12:34:06 +02:00

12 lines
262 B
Markdown

# Discord Video Sharing
- [x] Try to keep the video under 25mb
- [x] If already under the limit, the file won't be compressed
- [x] Merge all audio files into one track
## Package the app for Windows
```bash
npm install
npm run make -- --platform=win32
```