mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
override name for linux
This commit is contained in:
parent
4395c7410d
commit
eced7120c7
@ -55,6 +55,8 @@ const config = {
|
|||||||
linux: {
|
linux: {
|
||||||
artifactName: "${name}-${platform}-${arch}-${version}.${ext}",
|
artifactName: "${name}-${platform}-${arch}-${version}.${ext}",
|
||||||
category: "TerminalEmulator",
|
category: "TerminalEmulator",
|
||||||
|
productName: pkg.name,
|
||||||
|
executableName: pkg.name,
|
||||||
icon: "build/icons.icns",
|
icon: "build/icons.icns",
|
||||||
target: ["zip", "deb", "rpm", "AppImage", "pacman"],
|
target: ["zip", "deb", "rpm", "AppImage", "pacman"],
|
||||||
synopsis: pkg.description,
|
synopsis: pkg.description,
|
||||||
|
Loading…
Reference in New Issue
Block a user