hotfix for fixing gui error

This commit is contained in:
DJ2LS 2022-11-09 09:14:38 +01:00
parent 93994610a8
commit e30ea05671
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "FreeDATA",
"version": "0.6.4-alpha.2",
"version": "0.6.4-alpha.3",
"description": "FreeDATA ",
"main": "main.js",
"scripts": {

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8">
</head>
<body>
<img src="./img/icon_cube_border.png" width="100%" height="100%">
<img src="img/icon_cube_border.png" width="100%" height="100%">
</body>
</html>

View file

@ -11,7 +11,7 @@ Not nice, suggestions are appreciated :-)
import subprocess
from enum import Enum
VERSION = "0.6.4-alpha.2"
VERSION = "0.6.4-alpha.3"
ENABLE_EXPLORER = False