Skip to content

Commit

Permalink
add appimages to release (for testing) 3
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Dec 25, 2024
1 parent bb4468f commit 6002950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/appimage/create-appimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6002950

Please sign in to comment.