mirror of
https://github.com/Syncplay/syncplay
synced 2024-12-12 09:55:31 +00:00
f791faca91
* Migrate from Travis CI to GitHub Actions * Remove snapcraft build
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_actions/
|