From 57ca59212cefd685ff56f5e488526ddc089ce663 Mon Sep 17 00:00:00 2001 From: RDW Date: Tue, 15 Jun 2021 22:34:36 +0200 Subject: [PATCH] CI: Attempted another build fix --- build.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.json b/build.json index a2dd181..31eae0c 100644 --- a/build.json +++ b/build.json @@ -10,7 +10,7 @@ }, "linux": { "icon": "icon_512x512.png", - "publish": "never" + "publish": null }, "nsis": { "oneClick": false, diff --git a/package.json b/package.json index db35ca2..f72c9ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "revival-webclient", - "version": "0.21.06157", + "version": "0.21.06158", "description": "Browser-based client capable of rendering networked multiplayer games using modern web technologies.", "main": "main.js", "homepage": "https://revivalengine.github.io/",