dsr/README.md

13 lines
262 B
Markdown
Raw Normal View History

2023-07-28 02:32:18 +02:00
# Discord Video Sharing
2023-07-30 01:40:23 +02:00
- [ ] Try to keep the video under 25mb
2023-07-28 02:32:18 +02:00
- [ ] If already under the limit, the file won't be compressed
2023-07-30 01:40:23 +02:00
- [x] Merge all audio files into one track
2023-07-29 15:38:03 +02:00
## Package the app for Windows
```bash
2023-07-30 02:06:25 +02:00
npm install --platform=win32
npm run package
```