Mercurial > hg > tony
comparison deploy/linux/deploy-appimage.sh @ 617:b6c0c3e7ce99
Consistent name
author | Chris Cannam |
---|---|
date | Thu, 10 Oct 2019 13:01:06 +0100 |
parents | 6f86f953ca6c |
children |
comparison
equal
deleted
inserted
replaced
616:0eebba29d477 | 617:b6c0c3e7ce99 |
---|---|
106 done | 106 done |
107 done | 107 done |
108 | 108 |
109 cp "$program.desktop" "$targetdir/" | 109 cp "$program.desktop" "$targetdir/" |
110 | 110 |
111 cp "icons/$program-icon.svg" "$targetdir/$program.svg" | 111 cp "icons/$program-icon.svg" "$targetdir/$program-icon.svg" |
112 | 112 |
113 cp "deploy/linux/AppRun" "$targetdir/" | 113 cp "deploy/linux/AppRun" "$targetdir/" |
114 | 114 |
115 chmod +x "$targetdir/AppRun" | 115 chmod +x "$targetdir/AppRun" |
116 | 116 |