15 changed files with 70 additions and 11 deletions
@ -0,0 +1,23 @@
@@ -0,0 +1,23 @@
|
||||
# Copyright (C) 2020 Alexandros Theodotou <alex at zrythm dot org> |
||||
# |
||||
# This file is part of Zrythm |
||||
# |
||||
# Zrythm is free software: you can redistribute it and/or modify |
||||
# it under the terms of the GNU Affero General Public License as published by |
||||
# the Free Software Foundation, either version 3 of the License, or |
||||
# (at your option) any later version. |
||||
# |
||||
# Zrythm is distributed in the hope that it will be useful, |
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
# GNU Affero General Public License for more details. |
||||
# |
||||
# You should have received a copy of the GNU Affero General Public License |
||||
# along with Zrythm. If not, see <https://www.gnu.org/licenses/>. |
||||
|
||||
if os_windows |
||||
winmod = import('windows') |
||||
win_res = winmod.compile_resources ( |
||||
'zrythm.rc', |
||||
depend_files: 'zrythm.ico') |
||||
endif |
After Width: | Height: | Size: 302 KiB |
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "zrythm.ico" |
@ -1,4 +1,17 @@
@@ -1,4 +1,17 @@
|
||||
The following copyright notice and license applies |
||||
to z-splash-daniel-v1.png. |
||||
|
||||
Copyright (C) 2020 Daniel Peterson |
||||
These files are licensed under CC-BY-SA-4.0. |
||||
You should have received a copy of CC-BY-SA 4.0 along |
||||
with Zrythm. If not, see <https://creativecommons.org/licenses/by-sa/4.0/>. |
||||
|
||||
------------------------- |
||||
|
||||
The following copyright notice and license applies |
||||
to all other files in this directory. |
||||
|
||||
Copyright (C) 2019 Alexandros Theodotou |
||||
All of the icons in this folder are licensed under CC-BY-SA-4.0. |
||||
These files are licensed under CC-BY-SA-4.0. |
||||
You should have received a copy of CC-BY-SA 4.0 along |
||||
with Zrythm. If not, see <https://creativecommons.org/licenses/by-sa/4.0/>. |
||||
|
After Width: | Height: | Size: 82 KiB |
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
# Convert SVG to ICO using ImageMagick, with transparent background and multi-size icons |
||||
# from https://gist.github.com/azam/3b6995a29b9f079282f3 |
||||
convert -density 384 -background transparent $1 -define icon:auto-resize -colors 256 $2 |
Loading…
Reference in new issue