Commit 6103a616 authored by Mikhail Tergoev's avatar Mikhail Tergoev

Scripts version 2115

parent caa498a9
...@@ -2,10 +2,10 @@ You can help us in the development of the project on the website: boosty.to/port ...@@ -2,10 +2,10 @@ You can help us in the development of the project on the website: boosty.to/port
----------------------------------------- -----------------------------------------
Changelog: Changelog:
###Scripts version 2114### ###Scripts version 2115###
* optimized launch PortProton in Rosa Linux * optimized launch PortProton in Rosa Linux
###Scripts version 2111 - 2113### ###Scripts version 2111 - 2114###
* debug * debug
###Scripts version 2110### ###Scripts version 2110###
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
----------------------------------------- -----------------------------------------
История изменений: История изменений:
###Scripts version 2114### ###Scripts version 2115###
* ускорен запуск PortProton в Rosa Linux * ускорен запуск PortProton в Rosa Linux
###Scripts version 2111 - 2113### ###Scripts version 2111 - 2114###
* исправление ошибок * исправление ошибок
###Scripts version 2110### ###Scripts version 2110###
......
...@@ -63,7 +63,7 @@ try_remove_dir () { ...@@ -63,7 +63,7 @@ try_remove_dir () {
export -f try_remove_dir export -f try_remove_dir
try_force_link_file () { try_force_link_file () {
if [ ! -f "$1" ] ; then return 1 if [ ! -f "$1" ] ; then :
elif [ -z "$2" ] ; then print_error "no way to link file $1" elif [ -z "$2" ] ; then print_error "no way to link file $1"
else else
ln -sf "$1" "$2" ln -sf "$1" "$2"
......
#!/usr/bin/env bash #!/usr/bin/env bash
#Author: Castro-Fidel (PortWINE-Linux.ru) #Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=2114 #SCRIPTS_NEXT_VERSION=2115
######################################################################## ########################################################################
export PW_MANGOHUD=0 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 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment