mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
crew remove upx backup files not deleted (#5950)
This commit is contained in:
1
bin/crew
1
bin/crew
@@ -997,6 +997,7 @@ def shrink_dir(dir)
|
||||
system "upx --best -k --overlay=skip #{execfile} && \
|
||||
\( upx -t #{execfile} && rm #{execfile}.~ || mv #{execfile}.~ #{execfile}\)"
|
||||
end
|
||||
system 'find . -executable -type f -name "*.~" -delete'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Defines common constants used in different parts of crew
|
||||
|
||||
CREW_VERSION = '1.11.8'
|
||||
CREW_VERSION = '1.11.9'
|
||||
|
||||
ARCH_ACTUAL = `uname -m`.strip
|
||||
# This helps with virtualized builds on aarch64 machines
|
||||
|
||||
Reference in New Issue
Block a user