Skip to content

Commit

Permalink
Add Kappapp uncompressed build in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepouille committed Mar 14, 2024
1 parent cd2389b commit 40b5295
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ build-tests:

# https://electronjs.org/docs/tutorial/application-distribution

Kappapp.tar.gz:
Kappapp:
+$(MAKE) clean
+$(MAKE) APP_EXT=local site/index.html
dune build --only-packages kappa-library,kappa-binaries,kappa-agents
Expand All @@ -166,9 +166,12 @@ Kappapp.tar.gz:
mv site Kappapp/resources/app
mkdir Kappapp/resources/bin
cp _build/install/default/bin/* Kappapp/resources/bin/

Kappapp.tar.gz: Kappapp
tar czf $@ Kappapp
rm -r Kappapp


KappaBin:
+$(MAKE) clean
+$(MAKE) APP_EXT=local site/index.html
Expand Down

0 comments on commit 40b5295

Please sign in to comment.