auto update is no op because PowerShell is prevented by group policy #9852
-
Tauri's automatic updates on Windows use PowerShell to invoke the installer, but the group policy on my computer prevents PowerShell from running. Can an option be added to invoke the installer using cmd? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@xiaonerner0821 This problem should have been solved, you can try updating to |
Beta Was this translation helpful? Give feedback.
-
Exactly what I would have expected, thanks a lot! |
Beta Was this translation helpful? Give feedback.
@xiaonerner0821
Did you build the NSIS package? If so, I encountered a similar problem to you before, and later I submitted a PullRequest using ShellExcute to replace Powershell:
#9818
This problem should have been solved, you can try updating to
tauri 1.6.7