update linux install assets

This commit is contained in:
Gordon Hall 2014-06-09 21:51:45 -04:00
commit 051eb948a0
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Encoding=UTF-8
Name=Copay Name=Copay
Exec=/opt/Copay/copay Exec=/opt/Copay/Copay
Icon=/opt/Copay/resources/app/node_modules/copay/android/icon.png Icon=/opt/Copay/resources/app/android/icon.png
Type=Application Type=Application
Categories=Bitcoin; Categories=Bitcoin;

View file

@ -7,7 +7,7 @@ tar -xvf /tmp/Copay-linux-x64.tar.gz
# move the package to opt # move the package to opt
mv /tmp/Copay /opt/Copay mv /tmp/Copay /opt/Copay
# symlink `copay` to user path # symlink `copay` to user path
ln -s /opt/Copay/copay /usr/local/bin/copay ln -s /opt/Copay/Copay /usr/local/bin/copay
cd /usr/share/applications cd /usr/share/applications
# download desktop entry # download desktop entry
wget https://raw.githubusercontent.com/bitpay/copay/master/shell/assets/linux/Copay.desktop wget https://raw.githubusercontent.com/bitpay/copay/master/shell/assets/linux/Copay.desktop