Skip to content

Commit

Permalink
blerg (#11254)
Browse files Browse the repository at this point in the history
Release Notes:

- N/A
  • Loading branch information
ConradIrwin authored May 1, 2024
1 parent e65a6fd commit 15eebb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bundle-linux
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cp "target/${target_triple}/release/Zed" "${zed_dir}/zed"
mkdir -p "${zed_dir}/share/icons/hicolor/512x512/apps"
cp "crates/zed/resources/app-icon$suffix.png" "${zed_dir}/share/icons/hicolor/512x512/apps/zed.png"
mkdir -p "${zed_dir}/share/icons/hicolor/1024x1024/apps"
cp "crates/zed/resources/app-icon$suffix.png" "${zed_dir}/share/icons/hicolor/1024x1024/apps/zed.png"
cp "crates/zed/resources/app-icon$suffix@2x.png" "${zed_dir}/share/icons/hicolor/1024x1024/apps/zed.png"

# .desktop
mkdir -p "${zed_dir}/share/applications"
Expand Down

0 comments on commit 15eebb7

Please sign in to comment.