Merge pull request #242 from Eljeyna/master

hotfix: PP don't open on some systems
This commit is contained in:
Mikhail Tergoev 2024-07-12 18:22:36 +03:00 committed by GitHub
commit 59efd1fa82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

@ -1281,7 +1281,7 @@ pw_init_db () {
# shellcheck source=/dev/null
source "${PORTWINE_DB_FILE}"
if [[ -f "${PW_FIND_DB_FILE}" ]] \
&& [[ "${PW_DISABLED_CREATE_DB}" != 1 ]] \
&& [[ "${PW_DISABLED_CREATE_DB}" != 1 ]]
then
try_copy_file "${PW_FIND_DB_FILE}" "${portwine_exe}".ppdb
PORTWINE_DB_FILE="${portwine_exe}".ppdb

@ -1,6 +1,6 @@
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=2315
#SCRIPTS_NEXT_VERSION=2316
########################################################################
export LANGUAGES_LIST="ru es"
export PW_VKBASALT="0"