Skip to content

Commit

Permalink
fix(export): generating zip archive in gui folder
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepringalle committed Jul 6, 2021
1 parent 53caf4a commit 31ec425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion export-scratch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ echo -e "${GREEN}Done!${CLEAR}\n"

# zipping folder
echo -e "${YELLOW}Zipping built application to ${ITALIC}${archive_name}.zip${CLEAR}..."
zip -r "$archive_name.zip" "$archive_name"
cd - || exit 2
zip -r "$archive_name.zip" "$installation_folder/scratch-gui/$archive_name"
cp "$installation_folder/scratch-gui/$archive_name.zip" .
echo -e "${GREEN}Application successfully zipped!${CLEAR}\n"

0 comments on commit 31ec425

Please sign in to comment.