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