forked from CastroFidel/PortWINE
minor fix for PW_DISABLED_CREATE_DB
This commit is contained in:
parent
56e8019519
commit
b70936a570
@ -617,7 +617,9 @@ case "${VULKAN_MOD}" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
init_wine_ver
|
init_wine_ver
|
||||||
if [[ -f "${PORTWINE_DB_FILE}" ]] ; then
|
if [[ -f "${PORTWINE_DB_FILE}" ]] \
|
||||||
|
&& [[ "${PW_DISABLED_CREATE_DB}" != 1 ]]
|
||||||
|
then
|
||||||
edit_db_from_gui PW_VULKAN_USE PW_WINE_USE PW_PREFIX_NAME
|
edit_db_from_gui PW_VULKAN_USE PW_WINE_USE PW_PREFIX_NAME
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user