[Win installer] update information
- also refine a script
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
del bin\assistant.exe
|
||||
del bin\Coin4d.dll
|
||||
del bin\designer.exe
|
||||
del bin\freetyped.dll
|
||||
|
||||
@@ -3,9 +3,15 @@
|
||||
3. Rename it so that you replace 'filename' with the name of your file you want to checksum.
|
||||
Thereby don't forget that the file ending has to be part of the name.
|
||||
4. Open the file in a text editor
|
||||
5. Run Windows' 'certutil' utility in the command line, e.g.:
|
||||
|
||||
certutil -hashfile FreeCAD-0.19.3-WIN-x64-installer-1.exe SHA256
|
||||
|
||||
6. Copy the resulting hash from the command line to the file
|
||||
7. Update file size and filename in the file
|
||||
5.
|
||||
* Either (if you have 7-Zip installed):
|
||||
1. right-click on the file you want to checksum
|
||||
2. select in the context menu "7-Zip -> CRC SHA -> SHA-256"
|
||||
3. copy the content of the appearing dialog to the text file
|
||||
|
||||
* Or
|
||||
1. run Windows' 'certutil' utility in the command line, e.g.:
|
||||
certutil -hashfile FreeCAD-0.20.0-WIN-x64-installer-1.exe SHA256
|
||||
2. Copy the resulting hash from the command line to the file
|
||||
3. Update file size and filename in the file
|
||||
Reference in New Issue
Block a user