Skip to content
Snippets Groups Projects
Commit d89e71e6 authored by Wortman, Elliot (UG - Comp Sci & Elec Eng)'s avatar Wortman, Elliot (UG - Comp Sci & Elec Eng)
Browse files

Rename zip file from script

parent 2d9bbad3
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,6 @@ if [ ! -f "app.py" ]; then
fi
# Create a zip file
zip -r archive.zip requirements.txt app.py dist
zip -r demo.zip requirements.txt app.py dist
echo "Archive 'archive.zip' created successfully."
echo "Archive 'demo.zip' created successfully."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment