Skip to content

Commit bd13296

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

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-
AppRun* | *.tar* | pkgadd.sh )
321+
AppRun* | LAUNCH* | *.tar* | pkgadd.sh )
322322
log "Skipping $filename"
323323
;;
324324
*)

0 commit comments

Comments
 (0)