Skip to content

Commit 43940b5

Browse files
authored
Update cbuild.sh
1 parent c0a2e48 commit 43940b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ build_pelfCreator_extensions() {
318318
[ -f "$file" ] || continue
319319
filename=$(basename "$file")
320320
case "$filename" in
321-
*.tar* | pkgadd.sh)
321+
AppRun* | *.tar* | pkgadd.sh )
322322
log "Skipping $filename"
323323
;;
324324
*)

0 commit comments

Comments
 (0)