We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e977f commit a752852Copy full SHA for a752852
installers/nix-tar-gz/package.php
@@ -67,7 +67,7 @@
67
copy($basepath . "/" . $appname . ".png", $stagingpath . "/" . $appname . ".png");
68
69
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));
+ DirHelper::Copy($basepath . "/support", $stagingpath . "/support", true, array($basepath . "/support/windows" => true, $basepath . "/support/mac" => true));
71
DirHelper::Copy($basepath . "/www", $stagingpath . "/www");
72
73
DirHelper::Copy($rootpath . "/install-support", $stagingpath . "/install-support");
0 commit comments