You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since binary files can't be compared directly, I expect there to be a small text file (meta file) available with the different information about each binary file located in the folders that can be used to compare wether or not the binaries have changed (and if they match the any specified checksum in the VERIFICATION.txt)
Current Behavior
All binaries are completely ignored.
Possible Solution
Write a small text file with all the found binaries, that would include name of binary, checksum and possibly version (if one can be found).
This may perhaps be done before comparing files, as then it would be part of comparing directories (#24) as well.
Context
Easier to compare
Your Environment
Script version used: latest master
Powershell Version used: PS 7.0.3
Operating System: Arch Linux
The text was updated successfully, but these errors were encountered:
Expected Behavior
Since binary files can't be compared directly, I expect there to be a small text file (meta file) available with the different information about each binary file located in the folders that can be used to compare wether or not the binaries have changed (and if they match the any specified checksum in the VERIFICATION.txt)
Current Behavior
All binaries are completely ignored.
Possible Solution
Write a small text file with all the found binaries, that would include
name of binary
,checksum
and possiblyversion
(if one can be found).This may perhaps be done before comparing files, as then it would be part of comparing directories (#24) as well.
Context
Easier to compare
Your Environment
The text was updated successfully, but these errors were encountered: