update linux install assets

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

View File

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

View File

@ -7,7 +7,7 @@ tar -xvf /tmp/Copay-linux-x64.tar.gz
# move the package to opt
mv /tmp/Copay /opt/Copay
# 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
# download desktop entry
wget https://raw.githubusercontent.com/bitpay/copay/master/shell/assets/linux/Copay.desktop