Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
PortWINE-old
Commits
59efd1fa
Unverified
Commit
59efd1fa
authored
Jul 12, 2024
by
Mikhail Tergoev
Committed by
GitHub
Jul 12, 2024
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #242 from Eljeyna/master
hotfix: PP don't open on some systems
parents
ecb4dc99
1a8f7fe6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
functions_helper
data_from_portwine/scripts/functions_helper
+1
-1
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/scripts/functions_helper
View file @
59efd1fa
...
...
@@ -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
...
...
data_from_portwine/scripts/var
View file @
59efd1fa
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=231
5
#SCRIPTS_NEXT_VERSION=231
6
########################################################################
export
LANGUAGES_LIST
=
"ru es"
export
PW_VKBASALT
=
"0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment