fix(windows-client): package name should be "Firezone" not "firezone-client-gui" (#4814)

Closes #4813 

After PR, the installer, UAC dialog, and notifications all say
"Firezone" again

<img width="494" alt="image"
src="https://github.com/firezone/firezone/assets/13400041/69a4fe0b-78fa-4945-b17f-625e68ac09db">
This commit is contained in:
Reactor Scram
2024-04-29 12:34:25 -05:00
committed by GitHub
parent 28423e92aa
commit d0155bc786
3 changed files with 6 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ ls ../target/release ../target/release/bundle/msi
# Used for release artifact
# In release mode the name comes from tauri.conf.json
cp ../target/release/firezone-client-gui.exe "$BINARY_DEST_PATH.exe"
cp ../target/release/Firezone.exe "$BINARY_DEST_PATH.exe"
cp ../target/release/bundle/msi/*.msi "$BINARY_DEST_PATH.msi"
cp ../target/release/firezone_gui_client.pdb "$BINARY_DEST_PATH.pdb"