mirror of
https://github.com/OpenFusionProject/Client.git
synced 2025-11-30 14:40:06 +00:00
Compare commits
4 Commits
323b5a3385
...
1.6.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1117c9bd68 | ||
|
|
bd27433535 | ||
|
|
72ea6bdaca | ||
|
|
d4a1ecebc7 |
@@ -89,7 +89,7 @@ function checkForNewAppVersion() {
|
|||||||
{},
|
{},
|
||||||
function (data) {
|
function (data) {
|
||||||
$.each(data, function (index, element) {
|
$.each(data, function (index, element) {
|
||||||
if (index === "tag_name" && element > getAppVersion()) {
|
if (index === "tag_name" && element != remote.require("app").getVersion()) {
|
||||||
console.log("New version available: " + element);
|
console.log("New version available: " + element);
|
||||||
var downloadPage =
|
var downloadPage =
|
||||||
"https://github.com/OpenFusionProject/OpenFusionClient/releases/latest";
|
"https://github.com/OpenFusionProject/OpenFusionClient/releases/latest";
|
||||||
|
|||||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "OpenFusionClient",
|
"name": "OpenFusionClient",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"description": "OpenFusionClient",
|
"description": "OpenFusionClient",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user