Update Timelapse
This commit is contained in:
parent
c34cfa58e3
commit
f14c6a6eb4
4
build.sh
4
build.sh
|
@ -6,9 +6,7 @@ chmod 755 tib
|
||||||
apt update
|
apt update
|
||||||
apt install -y binutils coreutils desktop-file-utils fakeroot fuse libgdk-pixbuf2.0-dev patchelf python3-pip python3-setuptools squashfs-tools strace util-linux zsync
|
apt install -y binutils coreutils desktop-file-utils fakeroot fuse libgdk-pixbuf2.0-dev patchelf python3-pip python3-setuptools squashfs-tools strace util-linux zsync
|
||||||
./tib --appimage-extract
|
./tib --appimage-extract
|
||||||
ln -s squashfs-root/usr/bin/appimagetool appimagetool
|
export PATH=$PATH:$PWD/squashfs-root/usr/bin
|
||||||
export PATh=$PATH:$PWD
|
|
||||||
echo $PWD
|
|
||||||
cd ../Timelapse.Linux
|
cd ../Timelapse.Linux
|
||||||
make
|
make
|
||||||
mv *.tar.gz ../publish/
|
mv *.tar.gz ../publish/
|
||||||
|
|
Loading…
Reference in New Issue