mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
only set executableName for linux
This commit is contained in:
parent
bb7ea131b4
commit
c768616a24
@ -55,7 +55,6 @@ 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,
|
executableName: pkg.name,
|
||||||
icon: "build/icons.icns",
|
icon: "build/icons.icns",
|
||||||
target: ["zip", "deb", "rpm", "AppImage", "pacman"],
|
target: ["zip", "deb", "rpm", "AppImage", "pacman"],
|
||||||
|
Loading…
Reference in New Issue
Block a user