forked from CastroFidel/PortWINE
Merge branch 'skip-resize-fix1' of github.com:Htylol/PortWINE into Htylol-skip-resize-fix1
This commit is contained in:
commit
8a49e81bff
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
|
||||
|
||||
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