Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
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
Mikhail Tergoev
PortWINE
Commits
b6c7dc67
Unverified
Commit
b6c7dc67
authored
Nov 11, 2023
by
Boria138
Committed by
GitHub
Nov 11, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Castro-Fidel:master' into update-lang
parents
1d94b81e
0f0e177a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
10 deletions
+11
-10
changelog_eng
data_from_portwine/changelog_eng
+3
-0
changelog_rus
data_from_portwine/changelog_rus
+3
-0
runlib
data_from_portwine/scripts/runlib
+0
-5
setup.sh
data_from_portwine/scripts/setup.sh
+4
-4
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_eng
View file @
b6c7dc67
...
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2230### Date: 10.11.2023 / Download update size: 8 megabytes
* minor update
###Scripts version 2229### Date: 08.11.2023 / Download update size: 200 megabytes
* updated PROTON_LG to version 8-22
* updated versions:
...
...
data_from_portwine/changelog_rus
View file @
b6c7dc67
...
...
@@ -2,6 +2,9 @@
-----------------------------------------
История изменений:
###Scripts version 2230### Дата: 10.11.2023 / Размер скачиваемого обновления: 8 мегабайт
* подготовка к обновлению установoщика PortProton
###Scripts version 2229### Дата: 08.11.2023 / Размер скачиваемого обновления: 200 мегабайт
* обновлен PROTON_LG до версии 8-22
* обновлены версии:
...
...
data_from_portwine/scripts/runlib
View file @
b6c7dc67
...
...
@@ -689,7 +689,6 @@ export portname=PortProton
cd
"
$(
dirname
"
`
readlink
-f
"
$0
"
`
"
)
"
&&
export
PORT_SCRIPTS_PATH
=
"
$(
pwd
)
"
cd
"
${
PORT_SCRIPTS_PATH
}
/../../"
&&
export
PORT_WINE_PATH
=
"
$(
pwd
)
"
export
PORT_WINE_TMP_PATH
=
"
${
PORT_WINE_PATH
}
/data/tmp"
rm
-f
"
${
PORT_WINE_TMP_PATH
}
"
/
*
.tar.
*
echo
""
>
"
${
PORT_WINE_TMP_PATH
}
/tmp_yad_form"
...
...
@@ -745,10 +744,6 @@ export install_ver=`cat "${PORT_WINE_TMP_PATH}/${portname}_ver" | head -n 1`
export
WINETRICKS_DOWNLOADER
=
"curl"
export
USER_CONF
=
"
${
PORT_WINE_PATH
}
/data/user.conf"
check_user_conf
# sed -i 's/ PP_/ PW_/g' "${USER_CONF}"
if
[[
!
-d
"
${
HOME
}
/PortWINE"
]]
&&
[[
-d
"
${
HOME
}
/.local/share/PortWINE/PortProton/"
]]
;
then
ln
-s
"
${
HOME
}
/.local/share/PortWINE/"
"
${
HOME
}
"
fi
if
[[
-z
"
${
INSTALLING_PORT
}
"
]]
;
then
.
"
${
USER_CONF
}
"
...
...
data_from_portwine/scripts/setup.sh
View file @
b6c7dc67
...
...
@@ -23,8 +23,8 @@ update-desktop-database -q "${HOME}/.local/share/applications"
xdg-mime default PortProton.desktop
"application/x-ms-dos-executable;application/x-wine-extension-msp;application/x-msi;application/x-msdos-program"
name_desktop
=
"readme"
echo
"[Desktop Entry]"
>
"
${
PORT_WINE_PATH
}
/
${
name_desktop
}
.desktop"
echo
"Name=
${
name_desktop
}
"
>>
"
${
PORT_WINE_PATH
}
/
${
name_desktop
}
.desktop"
echo
"[Desktop Entry]"
>
"
${
PORT_WINE_PATH
}
/
${
name_desktop
}
.desktop"
echo
"Name=
${
name_desktop
}
"
>>
"
${
PORT_WINE_PATH
}
/
${
name_desktop
}
.desktop"
echo
"Version=1.0"
>>
"
${
PORT_WINE_PATH
}
/
${
name_desktop
}
.desktop"
echo
"Type=Link"
>>
"
${
PORT_WINE_PATH
}
/
${
name_desktop
}
.desktop"
echo
"Icon="
${
PORT_WINE_PATH
}
/data/img/readme.png
""
>>
"
${
PORT_WINE_PATH
}
/
${
name_desktop
}
.desktop"
...
...
@@ -53,13 +53,13 @@ if [ "${PW_SILENT_INSTALL}" = "1" ] ; then
ln
-s
"
${
PW_OLD_PATH
}
/PortProton"
"
${
XDG_DATA_HOME
}
/PortWINE"
fi
fi
if
[
!
-L
"
${
HOME
}
/PortWINE"
]
;
then
if
[
!
-L
"
${
HOME
}
/PortWINE"
]
&&
[
-d
"
${
XDG_DATA_HOME
}
/PortWINE"
]
;
then
ln
-s
"
${
XDG_DATA_HOME
}
/PortWINE"
"
${
HOME
}
/"
else
echo
"Symbolic link already exists."
fi
echo
"Restarting PP after installing..."
/usr/bin/env bash
-c
"
${
XDG_DATA_HOME
}
/PortWINE/PortProton
/data/scripts/start.sh"
$@
&
/usr/bin/env bash
-c
"
${
PORT_WINE_PATH
}
/data/scripts/start.sh"
$@
&
exit
0
else
echo
"Installation completed successfully."
...
...
data_from_portwine/scripts/var
View file @
b6c7dc67
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=22
29
#SCRIPTS_NEXT_VERSION=22
30
########################################################################
export
PW_MANGOHUD
=
0
export
MANGOHUD_CONFIG
=
cpu_stats,cpu_temp,cpu_mhz,cpu_color
=
2e97cb,cpu_text
=
CPU,gpu_stats,gpu_temp,gpu_core_clock,gpu_mem_clock,vulkan_driver,gpu_name,gpu_color
=
2e9762,gpu_text
=
GPU,vram,vram_color
=
ad64c1,ram,ram_color
=
c26693,io_color
=
a491d3,frame_timing
=
1,frametime_color
=
00ff00,time,arch,wine,wine_color
=
eb5b5b,engine_color
=
eb5b5b,background_alpha
=
0.2,font_size
=
24,background_color
=
020202,text_color
=
ffffff,toggle_hud
=
Shift_R+F12,resolution,vkbasalt
...
...
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