Move actual icon to the icons repository

Since the icon isn't MIT-licensed, this change replaces it in the dev
repo with a placeholder and adds the real icon back in at package build
time (like we do with the main logo image).
This commit is contained in:
bd_ 2023-02-17 20:51:33 +09:00
parent 46dd103f55
commit d4639e2d70
2 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
cp -f image-assets/img/logo/ma_logo.png Packages/${{env.packageName}}/Editor/Images/logo.png
cp -f image-assets/img/logo/ma_icon.png Packages/${{env.packageName}}/Runtime/Icons/Icon_MA_Script.png
- name: get version
id: version

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 547 B