mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
📦 Chore(custom): reduce package size , exclude typescript
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"productName": "PicList",
|
||||
"appId": "com.kuingsmile.piclist",
|
||||
"afterPack": "scripts/removeLocales.cjs",
|
||||
"afterPack": "scripts/afterPack.cjs",
|
||||
"afterSign": "scripts/notarize.cjs",
|
||||
"directories": {
|
||||
"output": "dist_electron",
|
||||
@@ -13,7 +13,7 @@
|
||||
"**/node_modules/@img/**",
|
||||
"resources/**"
|
||||
],
|
||||
"files": ["out/**/*", "resources/**", "package.json"],
|
||||
"files": ["out/**/*", "resources/**", "package.json", "!**/node_modules/typescript{,/**}"],
|
||||
"publish": [
|
||||
{
|
||||
"provider": "s3",
|
||||
|
||||
Reference in New Issue
Block a user