mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-03-10 07:44:57 +08:00
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:
parent
46dd103f55
commit
d4639e2d70
1
.github/workflows/build-release.yml
vendored
1
.github/workflows/build-release.yml
vendored
@ -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 |
Loading…
Reference in New Issue
Block a user