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-31 13:27:57 +02:00
|
|
|
npm i --platform=win32
|
|
|
|
npm run make -- --platform=win32
|
2023-07-29 14:29:14 +02:00
|
|
|
```
|
2023-07-31 13:27:57 +02:00
|
|
|
|
|
|
|
It will create a ZIP folder in `./out/make`.
|