Skip to content

Commit

Permalink
Merge pull request #976 from vrc-get/allow-user-to-install-machine-wide
Browse files Browse the repository at this point in the history
feat: allow users to install machine-wide
  • Loading branch information
anatawa12 committed May 15, 2024
2 parents fb76d9e + a1758f7 commit 4bedc93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog].
### Removed

### Fixed
- Impossible to install for machine (for Windows) `#976`

### Security

Expand Down
3 changes: 3 additions & 0 deletions vrc-get-gui/Tauri.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ providerShortName = "anatawa12"

[tauri.bundle.windows]
digestAlgorithm = "sha256"

[tauri.bundle.windows.nsis]
installMode = 'both'

0 comments on commit 4bedc93

Please sign in to comment.