mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-09-27 20:11:15 +02:00
fix: reduce size of package.json
This commit is contained in:
80
package.json
80
package.json
@@ -84,33 +84,21 @@
|
|||||||
"from": "theme",
|
"from": "theme",
|
||||||
"to": "theme"
|
"to": "theme"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"from": "build/app-icon.ico",
|
|
||||||
"to": "app-icon.ico"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": "build/app-icon-64x64.png",
|
|
||||||
"to": "app-icon-64x64.png"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": "build/confirm-icon.png",
|
|
||||||
"to": "confirm-icon.png"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": "build/banner.bmp",
|
|
||||||
"to": "banner.bmp"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": "build/banner.png",
|
|
||||||
"to": "banner.png"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": "build/error.png",
|
|
||||||
"to": "error.png"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"from": "config/config.default.json",
|
"from": "config/config.default.json",
|
||||||
"to": "config/config.default.json"
|
"to": "config/config.default.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": "build",
|
||||||
|
"to": ".",
|
||||||
|
"filter": [
|
||||||
|
"app-icon.ico",
|
||||||
|
"app-icon-64x64.png",
|
||||||
|
"confirm-icon.png",
|
||||||
|
"banner.bmp",
|
||||||
|
"banner.png",
|
||||||
|
"error.png"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"win": {
|
"win": {
|
||||||
@@ -119,20 +107,14 @@
|
|||||||
"artifactName": "Freedom-Loader-Setup-${version}.${ext}",
|
"artifactName": "Freedom-Loader-Setup-${version}.${ext}",
|
||||||
"extraResources": [
|
"extraResources": [
|
||||||
{
|
{
|
||||||
"from": "resources/binaries/win-32/yt-dlp.exe",
|
"from": "resources/binaries/win-32",
|
||||||
"to": "binaries/yt-dlp.exe"
|
"to": "binaries",
|
||||||
},
|
"filter": [
|
||||||
{
|
"yt-dlp.exe",
|
||||||
"from": "resources/binaries/win-32/ffmpeg.exe",
|
"ffmpeg.exe",
|
||||||
"to": "binaries/ffmpeg.exe"
|
"ffprobe.exe",
|
||||||
},
|
"deno.exe"
|
||||||
{
|
]
|
||||||
"from": "resources/binaries/win-32/ffprobe.exe",
|
|
||||||
"to": "binaries/ffprobe.exe"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": "resources/binaries/win-32/deno.exe",
|
|
||||||
"to": "binaries/deno.exe"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -158,20 +140,14 @@
|
|||||||
"executableName": "freedom-loader",
|
"executableName": "freedom-loader",
|
||||||
"extraResources": [
|
"extraResources": [
|
||||||
{
|
{
|
||||||
"from": "resources/binaries/linux/yt-dlp",
|
"from": "resources/binaries/linux",
|
||||||
"to": "binaries/yt-dlp"
|
"to": "binaries",
|
||||||
},
|
"filter": [
|
||||||
{
|
"yt-dlp",
|
||||||
"from": "resources/binaries/linux/ffmpeg",
|
"ffmpeg",
|
||||||
"to": "binaries/ffmpeg"
|
"ffprobe",
|
||||||
},
|
"deno"
|
||||||
{
|
]
|
||||||
"from": "resources/binaries/linux/ffprobe",
|
|
||||||
"to": "binaries/ffprobe"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": "resources/binaries/linux/deno",
|
|
||||||
"to": "binaries/deno"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user