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
Issue: restartApplication Not Functioning After Updating the Application
Description
The restartApplication function does not work as expected after the application is updated. When triggered, the application does not restart or behaves inconsistently, requiring manual intervention to relaunch the app.
Steps to Reproduce
Update the application using the provided updater functionality.
Call the restartApplication function immediately after the update process completes.
Observe the behavior of the application.
Expected Behavior
The application should close and relaunch seamlessly, reflecting the updated version.
Actual Behavior
The application does not restart, leaving the user to manually relaunch it.
Environment
Platform: Windows, Linux (macOS not tested)
Version of PlatformTools: [e.g., 0.1.5]
OS: Windows 10, Ubuntu 24.10
The text was updated successfully, but these errors were encountered:
Issue:
restartApplication
Not Functioning After Updating the ApplicationDescription
The
restartApplication
function does not work as expected after the application is updated. When triggered, the application does not restart or behaves inconsistently, requiring manual intervention to relaunch the app.Steps to Reproduce
restartApplication
function immediately after the update process completes.Expected Behavior
The application should close and relaunch seamlessly, reflecting the updated version.
Actual Behavior
The application does not restart, leaving the user to manually relaunch it.
Environment
The text was updated successfully, but these errors were encountered: