Skip to content

Commit

Permalink
meta: changed icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Dec 19, 2021
1 parent d9e0cb4 commit 39b8d17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ aqua-manager --create --type custom --path package
cp -r ../package/* package
cp -r package/scripts/* package/.package
cp -r bin package/.package/bin
cp package/.package/bin/blender.svg package/.package/icon.svg

aqua-manager --layout --path package
iar --pack package/.package --output package.zpk
iar --pack package/.package --output package.zpk
4 changes: 2 additions & 2 deletions package/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "3D modelling, animation, rendering, and post-production software",
"keywords": ["3D", "graphics", "modelling", "CGI", "CG", "animation", "painting", "sculpting", "texturing", "video editing", "motion tracking", "rendering", "render engine", "cycles", "python"],
"website": "https://www.blender.org/",
"icon": "bin/blender.svg",
"icon": "icon.svg",

// what to do when the application is run

Expand Down Expand Up @@ -64,4 +64,4 @@
"args": ["--app-template", "Video_Editing"]
}
}
}
}

0 comments on commit 39b8d17

Please sign in to comment.