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
On startup, the user should be notified that this is a test build. It will not receive updates, and it should be deleted as soon as they are done testing whatever was being tested. Tell them that if this is the only version they have, they should download the official version from GitHub (provide link)
The test build should have access to the dev tools.
The build should have all auto update functionality disabled.
The dist npm script should be replaced with one that checks for a CI environment.
The text was updated successfully, but these errors were encountered:
package.js should temporarily change the version number to include "test". The program can then detect that and behave accordingly. We should be very careful that even if the script ultimately fails, the version number will be switched back.
On startup, the user should be notified that this is a test build. It will not receive updates, and it should be deleted as soon as they are done testing whatever was being tested. Tell them that if this is the only version they have, they should download the official version from GitHub (provide link)
The test build should have access to the dev tools.
The build should have all auto update functionality disabled.
The dist npm script should be replaced with one that checks for a CI environment.
The text was updated successfully, but these errors were encountered: