mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 20:43:27 +00:00
In tiny-gui, fix a filename in the install (energy-bar.png)
This commit is contained in:
parent
83adade716
commit
12e9c8203b
@ -75,7 +75,7 @@ if DUMMYLOCALES
|
||||
true
|
||||
endif
|
||||
if TINYGUI
|
||||
(cd $(top_srcdir) && find data/campaigns images images/terrain \( $(findfilterflags) -o -name '*.png' -and -not -name 'bar-energy-unmoved.png' -print \) ) | while read p; do \
|
||||
(cd $(top_srcdir) && find data/campaigns images images/terrain \( $(findfilterflags) -o -name '*.png' -and -not -name 'bar-energy.png' -print \) ) | while read p; do \
|
||||
$(w_preparefileinstall) \
|
||||
eval `identify $$d$$p | cut -f 3 -d ' ' | sed s/^/imagewidth=/ | sed s/x/\;imageheight=/` ;\
|
||||
case $${imagewidth}x$$imageheight in \
|
||||
|
Loading…
x
Reference in New Issue
Block a user