just: moved qdls chmod from base 'install all' script to qdls 'install' script

This commit is contained in:
Valerie Wolfe 2024-06-14 13:53:36 -04:00
parent 795f45e607
commit edf2fed12d
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,6 @@ install TARGET='all' DIR="~/.bin/":
just install mkwin {{DIR}}
just install path-convert {{DIR}}
just install qdls {{DIR}}
chmod +x {{DIR}}/qdls
else
just {{TARGET}}/install `realpath {{DIR}}`
fi

View file

@ -6,5 +6,6 @@ build:
dos dotnet warp
install DIR: build
chmod +x qdls.exe
mv qdls.exe {{DIR}}/qdls