2024-01-10 05:07:57 +00:00
|
|
|
mkdir Temp
|
|
|
|
mkdir publish
|
|
|
|
cd Temp
|
|
|
|
wget -O tib https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage
|
|
|
|
chmod 755 tib
|
|
|
|
apt update
|
2024-01-10 05:25:03 +00:00
|
|
|
apt install -y file binutils coreutils desktop-file-utils fakeroot fuse libgdk-pixbuf2.0-dev patchelf python3-pip python3-setuptools squashfs-tools strace util-linux zsync
|
2024-01-10 05:07:57 +00:00
|
|
|
./tib --appimage-extract
|
2024-01-10 05:22:56 +00:00
|
|
|
export PATH=$PATH:$PWD/squashfs-root/usr/bin
|
2024-01-10 05:07:57 +00:00
|
|
|
cd ../Timelapse.Linux
|
|
|
|
make
|
|
|
|
mv *.tar.gz ../publish/
|
|
|
|
mv *.AppImage ../publish/
|