Skip to content

Commit

Permalink
Fix broken link create by install.sh in Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
equation314 committed Feb 20, 2017
1 parent b2b3784 commit f845cda
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions misc/linux/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ fi
version="v1.1.0"
filename=$linkDir/ccr-plus.desktop

ln -sf lib/libicudata.so.56.1 lib/libicudata.so.56
ln -sf lib/libicui18n.so.56.1 lib/libicui18n.so.56
ln -sf lib/libicuuc.so.56.1 lib/libicuuc.so.56
ln -sf lib/libQt5Core.so.5.8.0 lib/libQt5Core.so.5
ln -sf lib/libQt5DBus.so.5.8.0 lib/libQt5DBus.so.5
ln -sf lib/libQt5Gui.so.5.8.0 lib/libQt5Gui.so.5
ln -sf lib/libQt5Widgets.so.5.8.0 lib/libQt5Widgets.so.5
ln -sf lib/libQt5XcbQpa.so.5.8.0 lib/libQt5XcbQpa.so.5
ln -sf lib/libQt5Xml.so.5.8.0 lib/libQt5Xml.so.5
ln -sf libicudata.so.56.1 "$appDir/lib/libicudata.so.56"
ln -sf libicui18n.so.56.1 "$appDir/lib/libicui18n.so.56"
ln -sf libicuuc.so.56.1 "$appDir/lib/libicuuc.so.56"
ln -sf libQt5Core.so.5.8.0 "$appDir/lib/libQt5Core.so.5"
ln -sf libQt5DBus.so.5.8.0 "$appDir/lib/libQt5DBus.so.5"
ln -sf libQt5Gui.so.5.8.0 "$appDir/lib/libQt5Gui.so.5"
ln -sf libQt5Widgets.so.5.8.0 "$appDir/lib/libQt5Widgets.so.5"
ln -sf libQt5XcbQpa.so.5.8.0 "$appDir/lib/libQt5XcbQpa.so.5"
ln -sf libQt5Xml.so.5.8.0 "$appDir/lib/libQt5Xml.so.5"

echo "[Desktop Entry]" > "$filename"
echo "Version="$version >> "$filename"
Expand Down

0 comments on commit f845cda

Please sign in to comment.