Skip to content

Commit

Permalink
always make OpenXcomEx executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Terzero committed Aug 13, 2024
1 parent 9db0014 commit 7db5c15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-appimage-in-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ cp -a vol/oxce/. AppDir/.
rm AppDir/OpenXcomEx

mkdir -p AppDir/usr/bin \
&& cp vol/oxce/OpenXcomEx AppDir/usr/bin/
&& cp vol/oxce/OpenXcomEx AppDir/usr/bin/ \
&& chmod +x AppDir/usr/bin/OpenXcomEx

/usr/bin/linuxdeploy --appdir AppDir --output appimage
mv *.AppImage out/
Expand Down

0 comments on commit 7db5c15

Please sign in to comment.