mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
fix(gui-client): use "Firezone" as the application name on Linux (#8223)
The current `.desktop` file uses the `firezone-client-gui` name from the Tauri config. This looks ugly and unprofessional. Instead, we should just call this "Firezone".  Resolves: #8205
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"mainBinaryName": "firezone-client-gui",
|
||||
"identifier": "dev.firezone.client",
|
||||
"plugins": {},
|
||||
"productName": "firezone-client-gui",
|
||||
"productName": "Firezone",
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
"security": {
|
||||
|
||||
@@ -2,6 +2,5 @@
|
||||
"build": {
|
||||
"beforeBundleCommand": "bash -c '../../scripts/build/sign.sh ../target/release/Firezone.exe ../target/release/firezone-client-ipc.exe'"
|
||||
},
|
||||
"mainBinaryName": "Firezone",
|
||||
"productName": "Firezone"
|
||||
"mainBinaryName": "Firezone"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user