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 ...@@ -9,7 +9,7 @@ if [ ${APPIMAGE} ]; then
export PATH=${PREFIX}/usr/local/bin:${PREFIX}/usr/bin:${PATH} export PATH=${PREFIX}/usr/local/bin:${PREFIX}/usr/bin:${PATH}
fi fi
HOME=${PREFIX}/usr/share/imwheel imwheel HOME=${PREFIX}/usr/share/imwheel ocs-imwheel
if [ -f "${PREFIX}/pling-store-linux-x64/pling-store" ]; then if [ -f "${PREFIX}/pling-store-linux-x64/pling-store" ]; then
${PREFIX}/pling-store-linux-x64/pling-store ${PREFIX}/pling-store-linux-x64/pling-store
...@@ -20,8 +20,8 @@ elif [ -f "${PREFIX}/usr/lib/pling-store-linux-x64/pling-store" ]; then ...@@ -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 elif [ -f "${PREFIX}/../lib/pling-store-linux-x64/pling-store" ]; then
${PREFIX}/../lib/pling-store-linux-x64/pling-store ${PREFIX}/../lib/pling-store-linux-x64/pling-store
else else
pkill imwheel pkill ocs-imwheel
exit 1 exit 1
fi fi
pkill imwheel pkill ocs-imwheel
\ No newline at end of file \ 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