mirror of
https://github.com/aydwi/chaos.git
synced 2025-12-21 13:39:32 -06:00
Add a comment regarding file cleanup
This commit is contained in:
7
build.sh
7
build.sh
@@ -27,7 +27,10 @@ pyinstaller --noconfirm \
|
||||
# Get out of the virtual environment
|
||||
deactivate
|
||||
|
||||
# Rearrangement and cleanup of files and directories
|
||||
# Rearrangement and cleanup of files and directories.
|
||||
# NOTE: Comment everything beyond this point if you don't want the source
|
||||
# code to be removed. Check chaos/dist/ in this case for the directory
|
||||
# containing the executable.
|
||||
cleanup () {
|
||||
rm -rf chaos \
|
||||
chaos-build-env \
|
||||
@@ -46,4 +49,4 @@ if [[ $(pwd) -ef "$basedir" ]]; then
|
||||
cleanup
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user