Skip to content

Commit

Permalink
chmod +x appimage after build
Browse files Browse the repository at this point in the history
  • Loading branch information
justin025 authored Aug 26, 2024
1 parent f53ca5c commit 7621091
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,7 @@ echo " => Build OnTheSpot Appimage"
./appimagetool-x86_64.AppImage --appimage-extract
squashfs-root/AppRun OnTheSpot.AppDir
mv OnTheSpot-x86_64.AppImage ../dist/OnTheSpot-x86_64.AppImage
chmod +x ../dist/OnTheSpot-x86_64.AppImage


echo " => Done "

0 comments on commit 7621091

Please sign in to comment.