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
d5acdc05
Unverified
Commit
d5acdc05
authored
Sep 28, 2024
by
Mikhail Tergoev
Committed by
GitHub
Sep 28, 2024
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #353 from Htylol/fixed-for-steam
STABLE: Scripts version 2356
parents
936ebd74
edf03bc7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
changelog_en
data_from_portwine/changelog_en
+3
-0
changelog_ru
data_from_portwine/changelog_ru
+3
-0
start.sh
data_from_portwine/scripts/start.sh
+4
-0
var
data_from_portwine/scripts/var
+2
-2
No files found.
data_from_portwine/changelog_en
View file @
d5acdc05
...
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2356### / stable / Date: 28.09.2024 / Download update size: 4 megabytes
* Fixed work in steam
###Scripts version 2355### / stable / Date: 28.09.2024 / Download update size: 385 megabytes
* cumulative update to the stable version of PortProton scripts
...
...
data_from_portwine/changelog_ru
View file @
d5acdc05
...
...
@@ -2,6 +2,9 @@
-----------------------------------------
История изменений:
###Scripts version 2356### / stable / Дата: 28.09.2024 / Размер скачиваемого обновления: 4 мегабайт
* Исправлена работа в steam
###Scripts version 2355### / stable / Дата: 28.09.2024 / Размер скачиваемого обновления: 385 мегабайт
* кумулятивное обновление стабильной версии скриптов PortProton
...
...
data_from_portwine/scripts/start.sh
View file @
d5acdc05
...
...
@@ -257,7 +257,11 @@ if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
PW_FILESYSTEM
=
$(
stat
-f
-c
%T
"
${
PORT_WINE_PATH
}
"
)
export
PW_FILESYSTEM
if
[[
"
$START_FROM_STEAM
"
==
1
]]
;
then
pw_get_tmp_files
else
background_pid
--start
"pw_get_tmp_files"
"1"
fi
fi
# create lock file
...
...
data_from_portwine/scripts/var
View file @
d5acdc05
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=235
5
#SCRIPTS_STABLE_VERSION=235
5
#SCRIPTS_NEXT_VERSION=235
6
#SCRIPTS_STABLE_VERSION=235
6
########################################################################
# export PROTON_USE_XALIA="1"
export
LANGUAGES_LIST
=
"ru es"
...
...
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