dsr/README.md

15 lines
352 B
Markdown
Raw Normal View History

2023-07-28 02:32:18 +02:00
# Discord Video Sharing
2023-07-30 13:45:01 +02:00
- [x] Try to keep the video under 25mb
- [x] If already under the limit, the file won't be compressed
2023-08-01 11:12:15 +02:00
- [x] Merge all audio files into one track, while keeping the original ones
2023-07-29 15:38:03 +02:00
## Package the app for Windows
```bash
2023-07-31 13:27:57 +02:00
npm i --platform=win32
npm run make -- --platform=win32
```
2023-07-31 13:27:57 +02:00
It will create a ZIP folder in `./out/make`.