diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-06-19 11:28:22 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-06-20 13:16:37 +0200 |
commit | 90446fe9f381eaaa86caed2facc09ee1cf5fb52b (patch) | |
tree | 85267ecf27753199491359ba31bbeb00507758be /platform/windows/export/run_icon.svg | |
parent | dbe8712d4eda555829283624df7c79faa4bc02ea (diff) | |
download | redot-engine-90446fe9f381eaaa86caed2facc09ee1cf5fb52b.tar.gz |
SCons: Move platform logo/run icon to `export` folder
Follow-up to #75932.
Since these icons are only used by the export plugin, it makes sense to
move them and generate the headers there.
The whole `detect.is_active()` logic seems to be a leftover from before
times, as far back as 1.0-stable it already wasn't used for anything.
So I'm removing it and moving the export icon generation to
`platform_methods`, where it makes more sense.
Diffstat (limited to 'platform/windows/export/run_icon.svg')
-rw-r--r-- | platform/windows/export/run_icon.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/export/run_icon.svg b/platform/windows/export/run_icon.svg new file mode 100644 index 0000000000..0897276ef7 --- /dev/null +++ b/platform/windows/export/run_icon.svg @@ -0,0 +1 @@ +<svg height="16" width="16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m1.095 2.997 5.66-.78v5.469h-5.66zm0 10.006 5.66.78v-5.4h-5.66zm6.282.863 7.528 1.04V8.381H7.377Zm0-11.732v5.552h7.528V1.095Z" fill="#00abed" style="stroke-width:.460341;fill:#e0e0e0;fill-opacity:1"/></svg> |