Skip to content

Commit

Permalink
Update autoupdate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hschneider committed Dec 19, 2023
1 parent a09ac89 commit fd713ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/js/neutralino-autoupdate/autoupdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class NeutralinoAutoupdate {
// opt debug: Toggle console debug output
// opt lang: Dialog language, defaults to en

this.version = '1.1.3';
this.version = '1.1.4';
this.debug = opt.debug || true;

this.urlManifest = urlManifest; // Manifest URL
Expand Down Expand Up @@ -55,16 +55,16 @@ class NeutralinoAutoupdate {
'txtAskUpdate': 'You have version {versionCurrent}. Do you want to install version {versionUpdate}?',
'btnCancel': 'Not yet',
'btnOK': 'Install',
'errorChecksum': "Update failed: The download seems to be corrupted.",
'errorUnpack': 'Update failed: Download cannot be unpacked.'
'errorChecksum': "Ooops - Update failed: The download seems to be corrupted.",
'errorUnpack': 'Ooops - Update failed: Download cannot be unpacked.'
},
'de': {
'txtNewVersion': 'Eine neue Version von {appName} ist verfügbar.',
'txtAskUpdate': 'Sie haben Version {versionCurrent}. Möchten Sie Version {versionUpdate} installieren?',
'btnCancel': 'Jetzt nicht',
'btnOK': 'Installieren',
'errorChecksum': "Update Error: Der Download ist anscheinend defekt.",
'errorUnpack': 'Update Error: Der Download kann nicht entpackt werden.'
'errorChecksum': "Ooops - Update Error: Der Download ist anscheinend defekt.",
'errorUnpack': 'Ooops - Update Error: Der Download kann nicht entpackt werden.'
}
}

Expand Down

0 comments on commit fd713ec

Please sign in to comment.