Skip to content

Commit

Permalink
Fix linux appimage build path error 5
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed Jun 4, 2024
1 parent a0d9450 commit 93d945d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/appimageBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ if [ -d $LINUXAPP ]; then
echo "!-----------"
ls -ld "${BUILDDIR}/usr/bin"

cp -r "${LINUXAPP}"/* "${BUILDDIR}"/usr/bin
rsync -avH "${LINUXAPP}"/* "${BUILDDIR}"/usr/bin/
pwd
echo "?-------------"
ls
sync
perl -pi -e 's/\{\{icestudioBuildId\}\}/$ENV{"ICESTUDIO_BUILD_ID"}/g' "${BUILDDIR}"/Icestudio.desktop
sync
Expand Down

0 comments on commit 93d945d

Please sign in to comment.