Skip to content

Commit 95e740f

Browse files
authored
Merge pull request #228 from json-scada/master
Fix zip structure of export project on Linux
2 parents 1555c8b + fb9413a commit 95e740f

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)