Skip to content

Commit bd7fc7a

Browse files
committed
modified resources/AppImage/makeAppDir.sh for batch execution
added .github/workflows/build.yml to generate an AppImage on push
1 parent af48707 commit bd7fc7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build CI Linux bin
2424
run: make linux
2525
- name: Build CI Linux pkg
26-
run: resources/AppImage/makeAppDir.sh XNEdit source/xnedit resources/desktop Linux 64
26+
run: resources/AppImage/makeAppDir.sh -y XNEdit source/xnedit resources/desktop Linux 64
2727
- name: List bin/pkg files
2828
run: pwd ;
2929
ls -l ${{ github.workspace }} ;

0 commit comments

Comments
 (0)