Skip to content

Commit

Permalink
Copy the installer icon
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Sep 5, 2024
1 parent 42ce4b6 commit 2646655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Traits/InstallsAppIcon.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public function installIcon()
@copy(public_path('icon.png'), __DIR__.'/../../resources/js/resources/icon.png');
@copy(public_path('IconTemplate.png'), __DIR__.'/../../resources/js/resources/IconTemplate.png');
@copy(public_path('[email protected]'), __DIR__.'/../../resources/js/resources/[email protected]');
@copy(public_path('icon.png'), __DIR__.'/../../resources/js/build/icon.png');

note('App icons copied');
}
Expand Down

0 comments on commit 2646655

Please sign in to comment.