From 9dc67abee6274fdddb2aa16a85499441132c7e3b Mon Sep 17 00:00:00 2001 From: Cory Schwartz Date: Tue, 15 Jun 2021 12:05:30 -0700 Subject: [PATCH] add make appimage --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index 59e1a1cd4..a8857556f 100644 --- a/Makefile +++ b/Makefile @@ -330,6 +330,15 @@ api-gen: goimports -w api/apistruct .PHONY: api-gen +appimage: lotus + rm -rf appimage-builder-cache || true + rm AppDir/io.filecoin.lotus.desktop || true + rm AppDir/icon.svg || true + rm Appdir/AppRun || true + mkdir -p AppDir/usr/bin + cp ./lotus AppDir/usr/bin/ + appimage-builder + docsgen: docsgen-md docsgen-openrpc docsgen-md-bin: actors-gen