Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWoroschilow authored Jul 20, 2022
1 parent 006d007 commit fe7046b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ all: clean init
mkdir --parents $(PWD)/build/Boilerplate.AppDir/slimjet
$(PWD)/bin/Apprepo.AppImage --destination=$(PWD)/build appdir boilerplate \
libgdk-pixbuf2.0-0 libatk1.0-0 libatk-bridge2.0-0 libgtk2.0-0 \
libreadline8 at-spi2-core libpango-1.0-0 libselinux1
libreadline8 at-spi2-core libpango-1.0-0 libselinux1 \
libgtk-3-0 libwayland-cursor0


wget --output-document=$(PWD)/build/build.deb "https://www.slimjet.com/download.php?version=lnx64&type=deb&beta=&server="
dpkg -x $(PWD)/build/build.deb $(PWD)/build
Expand Down

0 comments on commit fe7046b

Please sign in to comment.