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
c2944a78
Commit
c2944a78
authored
Aug 11, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update support msi and reg
parent
2a6347df
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
+12
-6
credits
data_from_portwine/scripts/credits
+1
-1
functions_helper
data_from_portwine/scripts/functions_helper
+0
-1
start.sh
data_from_portwine/scripts/start.sh
+11
-4
No files found.
data_from_portwine/scripts/credits
View file @
c2944a78
...
...
@@ -143,6 +143,7 @@ Htylol
Boria138
Vano Majukin
Eljeyna
chal55rus
SDR
Mels
Cefeiko
...
...
@@ -150,7 +151,6 @@ Dezert1r
Taz_mania
Anton_Famillianov
RidBowt
chal55rus
UserDiscord
Survolog
gavr
...
...
data_from_portwine/scripts/functions_helper
View file @
c2944a78
...
...
@@ -3071,7 +3071,6 @@ pw_yad_form_vulkan () {
portwine_launch
()
{
start_portwine
export
GST_PLUGIN_SYSTEM_PATH_1_0
=
""
if
[[
"
${
PW_VIRTUAL_DESKTOP
}
"
==
"1"
]]
;
then
pw_run explorer
"/desktop=PortProton,
${
PW_SCREEN_RESOLUTION
}
"
${
WINE_WIN_START
}
"
$portwine_exe
"
fi
...
...
data_from_portwine/scripts/start.sh
View file @
c2944a78
...
...
@@ -36,13 +36,20 @@ if [[ "$1" == *.ppack ]] ; then
portwine_exe
=
"
$1
"
elif
[[
-f
"
$1
"
]]
;
then
portwine_exe
=
"
$(
realpath
"
$1
"
)
"
elif
[[
-f
"
$OLDPWD
/
$1
"
]]
&&
([[
"
$1
"
==
*
.exe
]]
||
[[
"
$1
"
==
*
.bat
]])
;
then
elif
[[
-f
"
$OLDPWD
/
$1
"
]]
\
&&
[[
"
$1
"
==
*
.exe
||
"
$1
"
==
*
.bat
||
"
$1
"
==
*
.reg
||
"
$1
"
==
*
.msi
]]
then
portwine_exe
=
"
$(
realpath
"
$OLDPWD
/
$1
"
)
"
elif
[[
"
$1
"
==
"--debug"
]]
&&
[[
-f
"
$2
"
]]
;
then
elif
[[
"
$1
"
==
"--debug"
]]
\
&&
[[
-f
"
$2
"
]]
then
portwine_exe
=
"
$(
realpath
"
$2
"
)
"
elif
[[
"
$1
"
==
"--debug"
]]
&&
[[
-f
"
$OLDPWD
/
$2
"
]]
&&
([[
"
$2
"
==
*
.exe
]]
||
[[
"
$2
"
==
*
.bat
]])
;
then
elif
[[
"
$1
"
==
"--debug"
]]
\
&&
[[
-f
"
$OLDPWD
/
$2
"
]]
\
&&
[[
"
$2
"
==
*
.exe
||
"
$2
"
==
*
.bat
||
"
$2
"
==
*
.reg
||
"
$2
"
==
*
.msi
]]
then
portwine_exe
=
"
$(
realpath
"
$OLDPWD
/
$2
"
)
"
elif
[[
"
$1
"
==
*
.exe
]]
||
[[
"
$1
"
==
*
.bat
]]
;
then
elif
[[
"
$1
"
==
*
.exe
||
"
$1
"
==
*
.bat
||
"
$1
"
==
*
.msi
]]
;
then
portwine_exe
=
"
$1
"
MISSING_DESKTOP_FILE
=
1
fi
...
...
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