Skip to content

Commit 5efda71

Browse files
committed
bundle deplister.exe with releases
1 parent 34e686c commit 5efda71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

win32/build/mkdist.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ function extract_file_from_tarball($pkg, $filename, $dest_dir) /* {{{ */
248248

249249
/* general other files */
250250
$general_files = array(
251-
"php.gif" => "php.gif",
251+
"php.gif" => "php.gif",
252+
"$GLOBALS[build_dir]\\deplister.exe" => "deplister.exe",
252253
);
253254

254255
foreach ($general_files as $src => $dest) {

0 commit comments

Comments
 (0)