add make appimage
This commit is contained in:
parent
041bf9990e
commit
9dc67abee6
9
Makefile
9
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
|
||||
|
Loading…
Reference in New Issue
Block a user