Add DMG wrapping to CI

This commit is contained in:
DaCool
2022-06-09 15:55:45 +00:00
committed by Sheepit Renderfarm
parent 3c5b3aba99
commit a5cce0ecc6
10 changed files with 89 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
sudo apt-get install git cmake build-essential zlib1g-dev
git clone https://github.com/fanquake/libdmg-hfsplus.git
cd libdmg-hfsplus
cmake . -B build
make -C build/dmg -j8
mv build/dmg/dmg ..
cd ..
rm -rf libdmg-hfsplus/