mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
Remove extraneous newline
This commit is contained in:
parent
dcf11ac7e5
commit
7608875625
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ dmg_source_directory="${dmg_target_directory}/dmg"
|
||||||
dmg_file_path="${dmg_target_directory}/Zed.dmg"
|
dmg_file_path="${dmg_target_directory}/Zed.dmg"
|
||||||
|
|
||||||
echo "Creating DMG"
|
echo "Creating DMG"
|
||||||
|
|
||||||
rm -rf ${dmg_source_directory}
|
rm -rf ${dmg_source_directory}
|
||||||
mkdir -p ${dmg_source_directory}
|
mkdir -p ${dmg_source_directory}
|
||||||
mv "${app_path}" "${dmg_source_directory}"
|
mv "${app_path}" "${dmg_source_directory}"
|
||||||
|
|
Loading…
Reference in a new issue