forked from CastroFidel/PortWINE
Added .png to 48 and make happy exe-thumbnailer
This commit is contained in:
parent
8f160515be
commit
84834e1bdc
BIN
data_from_portwine/img/bat_48.png
Normal file
BIN
data_from_portwine/img/bat_48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
data_from_portwine/img/exe_48.png
Normal file
BIN
data_from_portwine/img/exe_48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
BIN
data_from_portwine/img/msi_48.png
Normal file
BIN
data_from_portwine/img/msi_48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
BIN
data_from_portwine/img/reg_48.png
Normal file
BIN
data_from_portwine/img/reg_48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
BIN
data_from_portwine/img/setup_48.png
Normal file
BIN
data_from_portwine/img/setup_48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
@ -5699,7 +5699,8 @@ resize_png () {
|
||||
fi
|
||||
|
||||
if [[ -f "${PORT_WINE_PATH}/data/img/${RESIZE_NAME_PNG}.png" ]] \
|
||||
|| [[ ! -f "${RESIZE_FILE}" ]]
|
||||
|| [[ ! -f "${RESIZE_FILE}" ]] \
|
||||
|| [[ ! ${RESIZE_FILE,,} =~ .exe$ ]]
|
||||
then
|
||||
return 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user