removed build dir from gui

This commit is contained in:
dj2ls 2022-02-24 13:46:52 +01:00
parent 352a407b2f
commit 7c40067eab
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@
"publish": [ "publish": [
"github" "github"
], ],
"icon": "build/icon.png", "icon": "src/icon.png",
"contents": [ "contents": [
{ {
"x": 130, "x": 130,
@ -70,7 +70,7 @@
"publish": [ "publish": [
"github" "github"
], ],
"icon": "build/icon.png", "icon": "src/icon.png",
"target": [ "target": [
"nsis" "nsis"
] ]
@ -79,7 +79,7 @@
"publish": [ "publish": [
"github" "github"
], ],
"icon": "build/icon.png", "icon": "src/icon.png",
"target": [ "target": [
"AppImage" "AppImage"
], ],

View file

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 110 KiB

View file

Before

Width:  |  Height:  |  Size: 646 KiB

After

Width:  |  Height:  |  Size: 646 KiB