Improvements for release #92

Merged
pitmutt merged 3 commits from rav001 into milestone2 2024-07-16 14:10:25 +00:00
Showing only changes of commit 041b021ed6 - Show all commits

5
install Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
echo "Deploying Zenith executable..."
ln -s ${PWD}/dist-newstyle/build/x86_64-linux/ghc-9.6.5/zenith-0.6.0.0/build/zenith/zenith ~/.local/bin/zenith
echo "Done."