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
b2d45735
Commit
b2d45735
authored
Nov 03, 2024
by
Alex Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
перенес генерацию скрипта для steam ярлыка в add_in_steam.sh
parent
150953c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
functions_helper
data_from_portwine/scripts/functions_helper
+0
-8
No files found.
data_from_portwine/scripts/functions_helper
View file @
b2d45735
...
...
@@ -5828,14 +5828,6 @@ portwine_output_yad_shortcut () {
if [[ -f "
${
SCPATH
}
" ]]; then
export STEAM_SCRIPTS="
${
PORT_WINE_PATH
}
/steam_scripts
"
create_new_dir "
${
STEAM_SCRIPTS
}
"
echo "
#!/usr/bin/env bash" > "${STEAM_SCRIPTS}/${name_desktop}.sh"
echo
"export START_FROM_STEAM=1"
>>
"
${
STEAM_SCRIPTS
}
/
${
name_desktop
}
.sh"
echo
"export LD_PRELOAD="
>>
"
${
STEAM_SCRIPTS
}
/
${
name_desktop
}
.sh"
if
check_flatpak
then
echo
"flatpak run ru.linux_gaming.PortProton
\"
${
portwine_exe
}
\"
"
>>
"
${
STEAM_SCRIPTS
}
/
${
name_desktop
}
.sh"
else
echo
"
\"
${
PORT_SCRIPTS_PATH
}
/start.sh
\"
\"
${
portwine_exe
}
\"
"
>>
"
${
STEAM_SCRIPTS
}
/
${
name_desktop
}
.sh"
fi
chmod
u+x
"
${
STEAM_SCRIPTS
}
/
${
name_desktop
}
.sh"
create_new_dir "
${
STUIDPATH
}
/config/
"
create_new_dir "
${
STUIDPATH
}
/config/grid
"
export SGGRIDDIR="
${
STUIDPATH
}
/config/grid
"
...
...
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