EXEとInstallerのzipのmd5ファイルを作成 #829
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v2.4.0 alpha1 pre-release 確認issue · Issue #66 · sakura-editor/management-forum より、リリース時に md5 ファイルもappveyorで作りたいということなので対応してみました。
certutil で作っているので、そのままだと
のように3行になってしまうので、
find /vで1行目と3行目を削っています。(バッチファイルで MD5 チェックサムを生成する - norastepの日記 を参考にしました)
また、sha256.txt も Artifacts にアップロードするようにしました。
あって困るものでもなさそうなので追加しただけですが、あえてArtifactsに含まないようにする意図があるなら元に戻します。