Skip to content

Commit 5d340a3

Browse files
authored
packaging: remove exec substitution for appimage .desktop files (#194)
1 parent c8308a5 commit 5d340a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/package.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ rm -rf "$_app_dir"
8787
mkdir -p "$_app_dir/opt/helium/" "$_app_dir/usr/share/icons/hicolor/256x256/apps/"
8888
cp -r "$_tarball_dir"/* "$_app_dir/opt/helium/"
8989
cp "$_root_dir/package/helium.desktop" "$_app_dir"
90-
sed -i -e 's|Exec=helium|Exec=AppRun|g' "$_app_dir/helium.desktop"
9190

9291
cp "$_root_dir/package/helium-wrapper-appimage.sh" "$_app_dir/AppRun"
9392

0 commit comments

Comments
 (0)