Skip to content

Commit

Permalink
call the wrapper correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Mar 31, 2022
1 parent 5ab0edd commit 2f6a707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/clickfunc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ function prep_build () {
function fetch_desktop() {
${SCRP_DIR}/desktop_trunc ${BUILD_DIR}/usr/share/applications/${PKG}.desktop > ${INSTALL_DIR}/${PKG}.desktop
sed -i "/Icon=/d" ${INSTALL_DIR}/${PKG}.desktop
sed -i "s/${PKG}/${PKG}.sh/g" ${INSTALL_DIR}/${PKG}.desktop
sed -i "/Exec=/d" ${INSTALL_DIR}/${PKG}.desktop
sed -i "/^Terminal=/i Exec=${PKG}.sh" ${INSTALL_DIR}/${PKG}.desktop
echo "X-Ubuntu-Touch=true" >> ${INSTALL_DIR}/${PKG}.desktop
# if mirx flag
echo "X-Ubuntu-XMir-Enable=true" >> ${INSTALL_DIR}/${PKG}.desktop
Expand Down

0 comments on commit 2f6a707

Please sign in to comment.