Skip to content

Commit

Permalink
Build tar package
Browse files Browse the repository at this point in the history
  • Loading branch information
gmagno committed Jul 29, 2020
1 parent aace923 commit a5f5cf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appimage/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ glad --generator c --out-path ext/glad
rm -rf build
cmake --config Release -S . -B build -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build -j $(nproc) --target install DESTDIR=AppDir
cd build
cpack -C "Release" -G "STGZ;TGZ"

# build the appimage
cd build
wget -nc "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage"
chmod +x linuxdeploy-x86_64.AppImage
cat > igl.desktop <<EOF
Expand Down

0 comments on commit a5f5cf4

Please sign in to comment.