mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 16:41:26 +02:00
ProjectGroups: Add a shell script for updating image resources.
git-svn-id: trunk@62099 -
This commit is contained in:
parent
9b8b68ae74
commit
4d83899c82
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -4221,6 +4221,7 @@ components/projectgroups/images/pg_add_project_from_file.png -text svneol=unset#
|
||||
components/projectgroups/images/pg_add_project_from_file_150.png -text svneol=unset#image/png
|
||||
components/projectgroups/images/pg_add_project_from_file_200.png -text svneol=unset#image/png
|
||||
components/projectgroups/images/pg_images.bat svneol=native#text/plain
|
||||
components/projectgroups/images/pg_images.sh svneol=native#text/plain
|
||||
components/projectgroups/images/pg_images_list.txt svneol=native#text/plain
|
||||
components/projectgroups/images/pg_item.png -text svneol=unset#image/png
|
||||
components/projectgroups/images/pg_item_150.png -text svneol=unset#image/png
|
||||
|
2
components/projectgroups/images/pg_images.sh
Executable file
2
components/projectgroups/images/pg_images.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
../../../tools/lazres ../pg_images.res @pg_images_list.txt
|
Loading…
Reference in New Issue
Block a user