Skip to content

Commit

Permalink
Add MD5 verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzonn committed Nov 6, 2023
1 parent dbc45be commit f70dc58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ dotnet-script scripts/edit_banner.csx
# Edit hardcoded string
python "scripts/edit_hardcoded_string.py"

# Create xdelta patches, then create patch.zip
# Create xdelta patches
dotnet-script scripts/create_xdelta.csx

# Copy md5.txt
Copy-Item -Path "files/md5.txt" -Destination "out/md5.txt" -Force

# create patch.zip
Compress-Archive -Path "out/*" -DestinationPath "patch.zip" -Force
1 change: 1 addition & 0 deletions files/md5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6536132efddd337aa5069e627591fee5

0 comments on commit f70dc58

Please sign in to comment.