Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuan1994 committed Apr 11, 2017
1 parent 71e616c commit 1a93fa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

install_path='/opt/tencent';
current_dir=`pwd`
desktop_dir='/usr/share/applications/wechat_web_devtools_old.desktop'
desktop_dir='/usr/share/applications'
soft_link_path='/usr/local/bin/wechat_web_devtools_old'

# install app
Expand Down Expand Up @@ -37,7 +37,7 @@ EOF

# create shortcut
if [ -d "$desktop_dir" ]; then
sudo cp "${app_path}/wechat_web_devtools.desktop" $desktop_dir
sudo cp "${app_path}/wechat_web_devtools.desktop" "${desktop_dir}/wechat_web_devtools_old.desktop"
fi

# create soft link and boot application from terminal
Expand Down
4 changes: 2 additions & 2 deletions wechat_web_devtools.desktop
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name=WeChat Web DevTools
Name=WeChat Web DevTools Old
Key=WeChat;Web;Dev;
Comment=The development tools for wechat web develop
Exec=/opt/tencent/wechat_web_devtools_old/wechat_web_devtools
Icon=/opt/tencent/wechat_web_devtools_old/app/images/logo2.png
Icon=/opt/tencent/wechat_web_devtools_old/app/images/icon.png
Categories=Application;WeChat;Development;
Version=0.15.152900
Type=Application
Expand Down

0 comments on commit 1a93fa3

Please sign in to comment.