1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

add appimages to release (for testing) 3

This commit is contained in:
neodiX 2024-12-25 22:11:06 +04:00
parent bb4468feea
commit 60029508c6

View file

@ -13,7 +13,7 @@ wget -nc https://github.com/AppImage/appimagetool/releases/download/continuous/a
chmod +x ./appimagetool-x86_64.AppImage
cd appimages
for file in ../artifacts2/*; do
for file in ../artifacts/*; do
if [[ -f "$file" && "$file" != *.so ]]; then
appName=$(basename "$file")
echo $appName