mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-03 04:31:36 +00:00
7 lines
246 B
Bash
Executable File
7 lines
246 B
Bash
Executable File
#! /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/
|