Skip to content

Commit

Permalink
fetch the desktop file from the correct location in crackle click
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Apr 25, 2024
1 parent 231d37e commit ea094fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/clickfunc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function build_click () {
function prep_build () {
[ -d "${INSTALL_DIR}" ] && rm -r ${INSTALL_DIR}
mkdir -p ${CLICK_LD_LIBRARY_PATH} ${CLICK_PATH} ${INSTALL_DIR}
fetch_desktop ${INSTALL_DIR} ${INSTALL_DIR};
fetch_desktop ${BUILD_DIR} ${INSTALL_DIR};
mod_desktop
cp ${ROOT}/pkg.d/* ${ROOT}/apparmor.json ${ROOT}/manifest.json ${BUILD_DIR}/ || exit 1
sed -i "s/@pkg@/${PKG}/" ${BUILD_DIR}/manifest.json
Expand Down

0 comments on commit ea094fe

Please sign in to comment.