Merge branch 'Htylol-skip-resize-fix1' into devel
This commit is contained in:
commit
9a4a007518
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 |
@ -5759,7 +5759,8 @@ resize_png () {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -f "${PORT_WINE_PATH}/data/img/${RESIZE_NAME_PNG}.png" ]] \
|
if [[ -f "${PORT_WINE_PATH}/data/img/${RESIZE_NAME_PNG}.png" ]] \
|
||||||
|| [[ ! -f "${RESIZE_FILE}" ]]
|
|| [[ ! -f "${RESIZE_FILE}" ]] \
|
||||||
|
|| [[ ! ${RESIZE_FILE,,} =~ .exe$ ]]
|
||||||
then
|
then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user