diff options
| author | yum <yum.food.vr@gmail.com> | 2025-07-23 19:51:35 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-07-23 19:51:35 -0700 |
| commit | e1730a63538d2b1a23c948d25580612303733eba (patch) | |
| tree | 229caf417070ee7894422fc13da7d69de8a17af4 /ui/package.json | |
| parent | 9bf33a4cad8196bfe7253c841ab5c35ffdbc0173 (diff) | |
Update avg_logprob cutoff, fix sounds, fix electron build
Diffstat (limited to 'ui/package.json')
| -rw-r--r-- | ui/package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/package.json b/ui/package.json index 4742cd7..d99424c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -67,6 +67,11 @@ "from": "../dll_empty", "to": "dll", "filter": ["**/*"] + }, + { + "from": "../Sounds", + "to": "Sounds", + "filter": ["*.wav"] } ], "win": { @@ -89,7 +94,7 @@ "oneClick": false, "allowToChangeInstallationDirectory": true }, - "compression": "maximum", + "compression": "normal", "artifactName": "${productName}-${version}-${arch}.${ext}" }, "keywords": [], |
