desktop-pwas: InstallApps() should re-install the app if the launch container changes. |
|
Issue descriptionWhen installing a Web App through PendingAppManager, we first check if the app is already installed and if so we immediately return. Before returning, we should check that the launch container of the installed app, matches the launch container of the app that the client wants to install. If the launch container does not match, we should reinstall the app or change the launch container to match the new container. Alternatively, we could have clients do it. |
|
►
Sign in to add a comment |
|