We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8308a5 commit 5d340a3Copy full SHA for 5d340a3
1 file changed
scripts/package.sh
@@ -87,7 +87,6 @@ rm -rf "$_app_dir"
87
mkdir -p "$_app_dir/opt/helium/" "$_app_dir/usr/share/icons/hicolor/256x256/apps/"
88
cp -r "$_tarball_dir"/* "$_app_dir/opt/helium/"
89
cp "$_root_dir/package/helium.desktop" "$_app_dir"
90
-sed -i -e 's|Exec=helium|Exec=AppRun|g' "$_app_dir/helium.desktop"
91
92
cp "$_root_dir/package/helium-wrapper-appimage.sh" "$_app_dir/AppRun"
93
0 commit comments