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
3ca57d61
Commit
3ca57d61
authored
Sep 14, 2024
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a bug when the PortProton folder remains after flatpak, native PortProton is installed in it
parent
1dcda36c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
+15
-7
start.sh
data_from_portwine/scripts/start.sh
+15
-7
No files found.
data_from_portwine/scripts/start.sh
View file @
3ca57d61
...
...
@@ -82,6 +82,21 @@ fi
# shellcheck source=/dev/null
source
"
${
PORT_SCRIPTS_PATH
}
/functions_helper"
if
check_flatpak
then
if
[[
!
-d
"
${
HOME
}
/PortProton"
]]
;
then
ln
-s
"
${
PORT_WINE_PATH
}
"
"
${
HOME
}
/PortProton"
fi
else
if
[[
-d
"
${
HOME
}
/PortProton"
]]
;
then
if
[[
$(
readlink
"
${
HOME
}
/PortProton"
)
==
"
${
HOME
}
/.var/app/ru.linux_gaming.PortProton"
]]
;
then
rm
-f
"
${
HOME
}
/PortProton"
portproton
exit
0
fi
fi
fi
create_new_dir
"
${
HOME
}
/.local/share/applications"
if
[[
"
${
PW_SILENT_RESTART
}
"
==
1
]]
\
||
[[
"
${
START_FROM_STEAM
}
"
==
1
]]
...
...
@@ -373,13 +388,6 @@ else pw_download_libs
fi
pw_init_db
if
[[
!
-d
"
${
HOME
}
/PortProton"
]]
\
&&
check_flatpak
then
ln
-s
"
${
PORT_WINE_PATH
}
"
"
${
HOME
}
/PortProton"
fi
pw_check_and_download_dxvk_and_vkd3d
# shellcheck source=/dev/null
source
"
${
USER_CONF
}
"
...
...
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