Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lilliemaepearl20
ocs-store
Commits
6949193b
Unverified
Commit
6949193b
authored
May 08, 2018
by
akiraohgaki
Committed by
GitHub
May 08, 2018
Browse files
Merge pull request #48 from opendesktop/develop
Update launcher
parents
37b10a4c
b89c2d4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
launcher/opendesktop-app
View file @
6949193b
...
...
@@ -37,6 +37,10 @@ if [[ -f "${PREFIX}opendesktop-app-linux-x64/opendesktop-app" ]]; then
${
PREFIX
}
opendesktop-app-linux-x64/opendesktop-app
elif
[[
-f
"
${
PREFIX
}
../lib/opendesktop-app-linux-x64/opendesktop-app"
]]
;
then
${
PREFIX
}
../lib/opendesktop-app-linux-x64/opendesktop-app
elif
[[
-f
"
${
PREFIX
}
usr/local/lib/opendesktop-app-linux-x64/opendesktop-app"
]]
;
then
${
PREFIX
}
usr/local/lib/opendesktop-app-linux-x64/opendesktop-app
elif
[[
-f
"
${
PREFIX
}
usr/lib/opendesktop-app-linux-x64/opendesktop-app"
]]
;
then
${
PREFIX
}
usr/lib/opendesktop-app-linux-x64/opendesktop-app
else
exit
1
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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