File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 17
17
version=" v1.1.0"
18
18
filename=$linkDir /ccr-plus.desktop
19
19
20
- ln -sf lib/ libicudata.so.56.1 lib/libicudata.so.56
21
- ln -sf lib/ libicui18n.so.56.1 lib/libicui18n.so.56
22
- ln -sf lib/ libicuuc.so.56.1 lib/libicuuc.so.56
23
- ln -sf lib/ libQt5Core.so.5.8.0 lib/libQt5Core.so.5
24
- ln -sf lib/ libQt5DBus.so.5.8.0 lib/libQt5DBus.so.5
25
- ln -sf lib/ libQt5Gui.so.5.8.0 lib/libQt5Gui.so.5
26
- ln -sf lib/ libQt5Widgets.so.5.8.0 lib/libQt5Widgets.so.5
27
- ln -sf lib/ libQt5XcbQpa.so.5.8.0 lib/libQt5XcbQpa.so.5
28
- ln -sf lib/ libQt5Xml.so.5.8.0 lib/libQt5Xml.so.5
20
+ ln -sf libicudata.so.56.1 " $appDir / lib/libicudata.so.56"
21
+ ln -sf libicui18n.so.56.1 " $appDir / lib/libicui18n.so.56"
22
+ ln -sf libicuuc.so.56.1 " $appDir / lib/libicuuc.so.56"
23
+ ln -sf libQt5Core.so.5.8.0 " $appDir / lib/libQt5Core.so.5"
24
+ ln -sf libQt5DBus.so.5.8.0 " $appDir / lib/libQt5DBus.so.5"
25
+ ln -sf libQt5Gui.so.5.8.0 " $appDir / lib/libQt5Gui.so.5"
26
+ ln -sf libQt5Widgets.so.5.8.0 " $appDir / lib/libQt5Widgets.so.5"
27
+ ln -sf libQt5XcbQpa.so.5.8.0 " $appDir / lib/libQt5XcbQpa.so.5"
28
+ ln -sf libQt5Xml.so.5.8.0 " $appDir / lib/libQt5Xml.so.5"
29
29
30
30
echo " [Desktop Entry]" > " $filename "
31
31
echo " Version=" $version >> " $filename "
You can’t perform that action at this time.
0 commit comments