mirror of https://github.com/Syncplay/syncplay
7 lines
246 B
Bash
7 lines
246 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
wget https://github.com/TheAssassin/appimagelint/releases/download/continuous/appimagelint-x86_64.AppImage
|
||
|
chmod a+x appimagelint-x86_64.AppImage
|
||
|
./appimagelint-x86_64.AppImage Syncplay*.AppImage
|
||
|
mv Syncplay*.AppImage dist_bintray/
|