Toggle navigation
Sign in
Georg GH. Hopp
/
exelaunch
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
bcb4af4ccfc1b2347ed004295ce3bc42e1793148
Authored by
Georg Hopp
2017-02-09 11:47:21 +0100
1 parent
ce6cef28
build: skipped
fix missing drive_c
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
exelaunch.sh
exelaunch.sh
View file @
bcb4af4
...
...
@@ -28,7 +28,7 @@ function get_interpreter() {
28
28
}
29
29
30
30
EXE
=
"
$1
"
;
shift
31
-
WINEXE
=
"
${
EXE
/
${
WINEPREFIX
}
/C
:
}
"
31
+
WINEXE
=
"
${
EXE
/
${
WINEPREFIX
}
drive_c
/C
:
}
"
32
32
WINEXE
=
"
${
WINEXE
//\//\\
}
"
33
33
exec
$(
get_interpreter
"
${
EXE
}
"
)
"
${
WINEXE
}
"
"
$@
"
34
34
...
...
Please
register
or
login
to post a comment