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
9df1ff96
Commit
9df1ff96
authored
Jan 26, 2022
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
###Scripts version 2076###
parent
cb7dffc7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
changelog_eng
data_from_portwine/changelog_eng
+3
-0
changelog_rus
data_from_portwine/changelog_rus
+4
-1
functions_helper
data_from_portwine/scripts/functions_helper
+2
-2
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_eng
View file @
9df1ff96
...
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://boosty
-----------------------------------------
Changelog:
###Scripts version 2076###
* HOTFIX - create symlink
###Scripts version 2075###
* HOTFIX - fixed OpenGL mode
...
...
data_from_portwine/changelog_rus
View file @
9df1ff96
...
...
@@ -2,8 +2,11 @@
-----------------------------------------
История изменений:
###Scripts version 2076###
* HOTFIX - создание симлинков
###Scripts version 2075###
* HOTFIX - исправлен режим запуска OpenGL
* HOTFIX - исправлен режим запуска OpenGL
###Scripts version 2072-2074###
* HOTFIX - исправлен запуск League of Legends
...
...
data_from_portwine/scripts/functions_helper
View file @
9df1ff96
...
...
@@ -76,8 +76,8 @@ try_remove_dir () {
export
-f
try_remove_dir
try_force_link_file
()
{
if
[
-z
"
$2
"
]
;
then
print_error
"no way to link file
$1
"
if
[
!
-f
"
$1
"
]
;
then
print_info
"file
$1
not found for link"
elif
[
-z
"
$2
"
]
;
then
print_error
"no way to link file
$1
"
else
ln
-sf
"
$1
"
"
$2
"
[
"
$?
"
!=
0
]
&&
print_error
"failed to link file
$1
to
$2
"
||
return
0
...
...
data_from_portwine/scripts/var
View file @
9df1ff96
#!/bin/bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=207
5
#SCRIPTS_NEXT_VERSION=207
6
#PORT_NEXT_VERSION=97
########################################################################
export
PW_MANGOHUD
=
1
...
...
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