You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to create portable version of Tauthy for Windows?
Benefits of the portable apps are that all the data would in the one folder and no need for software installations (handy for Windows reinstallations, that uninstalls all the 3rd party software).
Just releasing it as ZIP would be fine, imo.
The text was updated successfully, but these errors were encountered:
It's possible but since this app is built with Tauri it has a dependency on Webview2 which is checked for / installed with the .msi installer. It will be shipped with Windows 11 in the future by default though so if we target Win11 users only we could do it. But there is also some limitations along with that like not being able to use Tauri's automatic updater. Also there is no guide yet on how to do it... So definitely interesting, will note it down for the future.
Would it be possible to create portable version of Tauthy for Windows?
Benefits of the portable apps are that all the data would in the one folder and no need for software installations (handy for Windows reinstallations, that uninstalls all the 3rd party software).
Just releasing it as ZIP would be fine, imo.
The text was updated successfully, but these errors were encountered: