mirror of
https://github.com/m-lamonaca/script-launcher.git
synced 2025-05-15 01:34:46 +00:00
feat: rename executable to scrl
This commit is contained in:
parent
d10340a644
commit
38eb93354f
5 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
dotnet pack ./src -o ./nupkg
|
||||
|
||||
EXISTS=$(command -v script-launcher)
|
||||
EXISTS=$(command -v scrl)
|
||||
|
||||
if [ "$EXISTS" ]; then
|
||||
ACTION="update"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue