🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! style fix
Co-authored-by: Michał Gołębiowski-Owczarek <m.goleb@gmail.com>
  • Loading branch information
timmywil and mgol authored Mar 7, 2023
commit 297721dc3cdbd5c3c78e788e934b0f59b8e08b1f
4 changes: 1 addition & 3 deletions build/release/cdn.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ function makeArchives( Release, callback ) {

console.log( "Creating production archive for " + cdn );

var i,
sum,
result,
var i, sum, result,
archiver = require( "archiver" )( "zip" ),
md5file = cdnFolder + "/" + cdn + "-md5.txt",
output = fs.createWriteStream(
Expand Down