Skip to content

Commit

Permalink
Update build_vfxplatform_package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Mar 8, 2024
1 parent 047e842 commit 311afe5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/scripts/build_vfxplatform_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ ln -sf usr/share/applications/${APPID}.desktop .
ln -sf usr/share/icons/hicolor/256x256/apps/${APPID}.png .
ln -sf usr/share/icons/hicolor/256x256/apps/${APPID}.png .DirIcon
)
if [ ! -f "${DISTFILES}/appimagetool.tar.xz" ]; then
(cd ${DISTFILES} ;
wget https://download.friction.graphics/distfiles/misc/appimagetool.tar.xz
)
fi
tar xf ${DISTFILES}/appimagetool.tar.xz
ARCH=x86_64 ./appimagetool/AppRun ${FRICTION_PORTABLE}
cp -a *.AppImage ${DISTFILES}/builds/
Expand Down

0 comments on commit 311afe5

Please sign in to comment.