Skip to content

Commit

Permalink
Merge pull request #476 from anatawa12/fix-window-name
Browse files Browse the repository at this point in the history
fix(gui): window name is not vrc-get-gui
  • Loading branch information
anatawa12 committed Mar 1, 2024
2 parents 68a708a + 3c1d380 commit c7af8a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog].

### Fixed
- Message protrudes from toasts or dialogs `#469`
- Window name should be `vrc-get-gui` but was `vrc-get GUI` `#474`

### Security

Expand Down
4 changes: 2 additions & 2 deletions vrc-get-gui/Tauri.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allowlist = { all = false }
active = false

[[tauri.windows]]
title = "vrc-get GUI"
title = "vrc-get-gui"
url = "/projects"

fullscreen = false
Expand All @@ -33,7 +33,7 @@ targets = [
"app", # needs for dmg
"dmg",
]
longDescription = "vrc-get GUI is a fast and open-source alternative VCC (VRChat Creator Companion) written in rust and tauri."
longDescription = "vrc-get-gui is a fast and open-source alternative VCC (VRChat Creator Companion) written in rust and tauri."
shortDescription = "an alternative VCC"
identifier = "com.anataw12.vrc-get"
category = "DeveloperTool"
Expand Down

0 comments on commit c7af8a2

Please sign in to comment.