Skip to content

Commit

Permalink
Merge pull request #117 from hydephp/release/v0.7.38
Browse files Browse the repository at this point in the history
HydeCLI v0.7.38
  • Loading branch information
caendesilva authored Apr 19, 2024
2 parents 7b953b6 + c693658 commit e4d271c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Application extends \Hyde\Foundation\Application
{
final public const APP_VERSION = '0.7.37';
final public const APP_VERSION = '0.7.38';

public function getCachedPackagesPath(): string
{
Expand Down
2 changes: 1 addition & 1 deletion app/Commands/SelfUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ protected function runComposerProcess(): array

if (PHP_OS_FAMILY === 'Windows') {
// Attempt to run the command with the elevated privileges
$powerShell = sprintf("Start-Process -Verb RunAs powershell -ArgumentList '-Command %s'", escapeshellarg($command));
$powerShell = sprintf("Start-Process -NoNewWindow powershell -ArgumentList '-Command %s' -Wait", escapeshellarg($command));
$command = 'powershell -Command "'.$powerShell.'"';
}

Expand Down
Binary file modified builds/hyde
Binary file not shown.

0 comments on commit e4d271c

Please sign in to comment.