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-07-30 01:40:23 +02:00
|
|
|
- [x] Merge all audio files into one track
|
2023-07-29 14:29:14 +02:00
|
|
|
|
2023-07-29 15:38:03 +02:00
|
|
|
## Package the app for Windows
|
2023-07-29 14:29:14 +02:00
|
|
|
|
|
|
|
```bash
|
2023-07-30 02:06:25 +02:00
|
|
|
npm install --platform=win32
|
2023-07-29 14:29:14 +02:00
|
|
|
npm run package
|
|
|
|
```
|