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
Copy file name to clipboardExpand all lines: src/processing/package.rs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Packaging is in two steps:
4
4
- First, we create a folder for each present language, and we move language files (text and metadata) into them
5
-
- Then, we compute a sha256sum for each file, and write them into language independent files, _usually_ compatible with `sha256sum -c` implementations.
5
+
- Then, we compute a sha384sum for each file, and write them into language independent files, _usually_ compatible with `sha384sum -c` implementations.
0 commit comments