kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
v1.0.293
rodzic
75192df19c
commit
5646fcefee
|
@ -28,3 +28,4 @@ jobs:
|
|||
windows_certs: ${{ secrets.WIN_CSC_LINK }}
|
||||
windows_certs_password: ${{ secrets.WIN_CSC_PASSWORD }}
|
||||
release: true
|
||||
git_tag_prefix: "v"
|
||||
|
|
|
@ -14,6 +14,11 @@ function checkUpdate() {
|
|||
$.getJSON("https://api.github.com/repos/OpenBuilds/OpenBuilds-CONTROL/releases/latest", {
|
||||
crossDomain: true
|
||||
}).done(function(release) {
|
||||
if (release.name.indexOf("v") == 0) {
|
||||
var availVersion = release.name.substr(1)
|
||||
} else {
|
||||
var availVersion = release.name
|
||||
}
|
||||
var availVersion = release.name.substr(1)
|
||||
var currentVersion = laststatus.driver.version
|
||||
// console.log(versionCompare(availVersion, currentVersion), availVersion, currentVersion);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "OpenBuildsCONTROL",
|
||||
"version": "1.0.292",
|
||||
"version": "1.0.293",
|
||||
"license": "AGPL-3.0",
|
||||
"description": "OpenBuildsCONTROL CNC Machine Interface Software",
|
||||
"author": "github.com/openbuilds <webmaster@openbuilds.com>",
|
||||
|
|
Ładowanie…
Reference in New Issue