feat: rename executable to scrl

This commit is contained in:
Marcello 2023-01-27 16:27:08 +01:00
parent d10340a644
commit 38eb93354f
Signed by: m-lamonaca
SSH key fingerprint: SHA256:8db8uii6Gweq7TbKixFBioW2T8CbgtyFETyYL3cr3zk
5 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
dotnet pack ./src -o ./nupkg
EXISTS=$(command -v script-launcher)
EXISTS=$(command -v scrl)
if [ "$EXISTS" ]; then
ACTION="update"