Skip to content

Commit a752852

Browse files
committed
Excluding support files by platform now during packaging.
1 parent 29e977f commit a752852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/nix-tar-gz/package.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
copy($basepath . "/" . $appname . ".png", $stagingpath . "/" . $appname . ".png");
6868

6969
DirHelper::Copy($basepath . "/extensions", $stagingpath . "/extensions");
70-
DirHelper::Copy($basepath . "/support", $stagingpath . "/support", true, array($basepath . "/support/createprocess-win.exe" => true, $basepath . "/support/messagebox-win.exe" => true));
70+
DirHelper::Copy($basepath . "/support", $stagingpath . "/support", true, array($basepath . "/support/windows" => true, $basepath . "/support/mac" => true));
7171
DirHelper::Copy($basepath . "/www", $stagingpath . "/www");
7272

7373
DirHelper::Copy($rootpath . "/install-support", $stagingpath . "/install-support");

0 commit comments

Comments
 (0)