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
{
"applicationId": "cn.codeforfun.demo-neu1",
"version": "0.0.2",
"resourcesURL": "http://example.com/updater_test/update_res.neu",
"data": {
"releaseNotes": "This is a new version with bug fixes and improvements."
}
}
I searched and reviewed some Neutralino applications on GitHub. After a comprehensive comparison, I found that the applicationId can only contain one "." and the use of "-" is not allowed.
After I changed the applicationId to "cn_codeforfun_demo_neu1", the updater.checkForUpdates function worked properly.
While debugging the automatic update API, an exception was thrown.
I checked all the configurations. Did I miss something?
manifest.json:
neutralino.config.json
The text was updated successfully, but these errors were encountered: