Skip to content

Commit

Permalink
Fix path of installer during hash computation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrcubix committed Apr 3, 2024
1 parent c93d19c commit 99708f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ fi
# Compute all Plugin Hashes
for version in "${versions[@]}"
do
echo "Computing Touch-Gestures-Installer-$version.zip"
sha256sum $version/Touch-Gestures-Installer-$version.zip >> $output
echo "Computing Touch-Gestures.Installer-$version.zip"
sha256sum $version/Touch-Gestures.Installer-$version.zip >> $output
done
)

Expand Down

0 comments on commit 99708f4

Please sign in to comment.