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:
@@ -35,7 +35,7 @@
|
||||
"dependencies/blenderScript.py"
|
||||
],
|
||||
"win": {
|
||||
"icon": "icon.png",
|
||||
"icon": "assets/icon.png",
|
||||
"target": [
|
||||
"nsis"
|
||||
],
|
||||
@@ -55,7 +55,7 @@
|
||||
"license": "LICENSE"
|
||||
},
|
||||
"linux": {
|
||||
"icon": "icon.png",
|
||||
"icon": "assets/icon.png",
|
||||
"category": "graphics",
|
||||
"target": [
|
||||
"zip",
|
||||
@@ -73,7 +73,7 @@
|
||||
]
|
||||
},
|
||||
"mac": {
|
||||
"icon": "icon.icns",
|
||||
"icon": "assets/icon.icns",
|
||||
"category": "public.app-category.graphics-design",
|
||||
"target": [
|
||||
"dmg"
|
||||
|
||||
Reference in New Issue
Block a user