Skip to content

Commit fb9413a

Browse files
committed
Fix zip of export project on Linux.
1 parent 99e49fc commit fb9413a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-linux/export_project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ cp $SVGPATH/screen_list.js $TMPPATH/
3434

3535
# zip files
3636
cd $TMPPATH
37-
zip $TMPPATH/${project_name}.zip $TMPPATH/*.json $TMPPATH/*.js $TMPPATH/*.svg
37+
zip -j $TMPPATH/${project_name}.zip $TMPPATH/*.json $TMPPATH/*.js $TMPPATH/*.svg

0 commit comments

Comments
 (0)