Update stylua install

This commit is contained in:
ViViDboarder 2022-09-12 20:45:28 -07:00
parent 9380fc627e
commit e02f9d9c66
1 changed files with 3 additions and 3 deletions

View File

@ -113,9 +113,9 @@ function install_fixers() {
# Lua
if ! release-gitter --git-url "https://github.com/JohnnyMorganz/StyLua" \
--map-system Windows=win64 --map-system Linux=linux --map-system Darwin=macos \
--map-arch x86_64="" --map-arch aarch64=-aarch64 \
-x -c "chmod +x ~/bin/stylua" "stylua-{system}{arch}.zip" ~/bin ; then
--map-arch amd64=aarch64 \
--map-system Windows=windows --map-system Linux=linux --map-system Darwin=macos \
-x -c "chmod +x ~/bin/stylua" "stylua-{system}-{arch}.zip" ~/bin ; then
maybe_run cargo install stylua
fi