Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gwleuverink/nativephp-electron
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 17, 2025
2 parents df31f36 + 1ae6d10 commit db5f919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/BuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class BuildCommand extends Command

protected function buildPath(string $path = ''): string
{
return __DIR__.'/../../resources/js/resources/app/' . $path;
return __DIR__.'/../../resources/js/resources/app/'.$path;
}

protected function sourcePath(string $path = ''): string
Expand Down

0 comments on commit db5f919

Please sign in to comment.