mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-29 11:46:09 +01:00
🎨 Reduce the size of desktop applications https://github.com/siyuan-note/siyuan/pull/16866
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
a2da2e0a1d
commit
c965345fb8
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ async function removeLanguagePacks(appOutDir, packager, platform) {
|
|||
);
|
||||
fileExtension = ".lproj";
|
||||
isDirectory = true;
|
||||
} else if (platform === "win32") {
|
||||
} else if (platform === "win32" || platform === "linux") {
|
||||
resourcePath = path.join(appOutDir, "locales");
|
||||
fileExtension = ".pak";
|
||||
isDirectory = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue