Skip to content

Commit

Permalink
fix support for windows 7
Browse files Browse the repository at this point in the history
According to the Tauri guide, this should fix issues with installing LiquidLauncher on Windows 7.
https://tauri.app/v1/guides/building/windows/#supporting-windows-7
Anyway, there is no gurantee this will actually fix the issue, so issue #189 will keep track of it and stay open until it has been tested on a VM.
  • Loading branch information
1zun4 committed Jun 13, 2023
1 parent e7746c0 commit 226d4f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
"timestampUrl": "",
"webviewInstallMode": {
"type": "embedBootstrapper"
}
}
},
"security": {
Expand Down

0 comments on commit 226d4f7

Please sign in to comment.