mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
chore: fix linux x86 build script (#780)
While the previous fix in #777 fixed repeated builds, it accidentally broke the first build!
This commit is contained in:
parent
fdbb7673a6
commit
438c098953
@ -107,7 +107,7 @@ function package_x86 {
|
||||
--out=$output_directory
|
||||
|
||||
# Change ia32 suffix to x86 for consistency
|
||||
rm -r $output_package
|
||||
rm -rf $output_package
|
||||
mv $output_directory/Etcher-linux-ia32 $output_package
|
||||
|
||||
mv $output_package/Etcher $output_package/etcher
|
||||
|
Loading…
x
Reference in New Issue
Block a user