mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
Clean up assets
This commit is contained in:
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -35,7 +35,7 @@
|
|||||||
"dependencies/blenderScript.py"
|
"dependencies/blenderScript.py"
|
||||||
],
|
],
|
||||||
"win": {
|
"win": {
|
||||||
"icon": "icon.png",
|
"icon": "assets/icon.png",
|
||||||
"target": [
|
"target": [
|
||||||
"nsis"
|
"nsis"
|
||||||
],
|
],
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
"license": "LICENSE"
|
"license": "LICENSE"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"icon": "icon.png",
|
"icon": "assets/icon.png",
|
||||||
"category": "graphics",
|
"category": "graphics",
|
||||||
"target": [
|
"target": [
|
||||||
"zip",
|
"zip",
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"icon": "icon.icns",
|
"icon": "assets/icon.icns",
|
||||||
"category": "public.app-category.graphics-design",
|
"category": "public.app-category.graphics-design",
|
||||||
"target": [
|
"target": [
|
||||||
"dmg"
|
"dmg"
|
||||||
|
|||||||
Reference in New Issue
Block a user