Skip to content
Snippets Groups Projects
Verified Commit a9c857aa authored by azubieta's avatar azubieta
Browse files

Ammend imwheel binary name in launcher

parent c36bae2b
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ if [ ${APPIMAGE} ]; then
export PATH=${PREFIX}/usr/local/bin:${PREFIX}/usr/bin:${PATH}
fi
HOME=${PREFIX}/usr/share/imwheel imwheel
HOME=${PREFIX}/usr/share/imwheel ocs-imwheel
if [ -f "${PREFIX}/pling-store-linux-x64/pling-store" ]; then
${PREFIX}/pling-store-linux-x64/pling-store
......@@ -20,8 +20,8 @@ elif [ -f "${PREFIX}/usr/lib/pling-store-linux-x64/pling-store" ]; then
elif [ -f "${PREFIX}/../lib/pling-store-linux-x64/pling-store" ]; then
${PREFIX}/../lib/pling-store-linux-x64/pling-store
else
pkill imwheel
pkill ocs-imwheel
exit 1
fi
pkill imwheel
\ No newline at end of file
pkill ocs-imwheel
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment