🎨 Reduce the size of desktop applications (#16866)

This commit is contained in:
Jeffrey Chen 2026-01-19 08:21:25 +08:00 committed by GitHub
parent cf79a5db32
commit c2957fe87d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 127 additions and 0 deletions

View file

@ -10,6 +10,7 @@ directories:
output: "build"
files:
- "electron"
afterPack: "./scripts/afterPack.js"
extraFiles:
- from: "../LICENSE"
to: "LICENSE"