File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ public function publishColorScheme2States(): void
4747 public function publishColorScheme3States (): void
4848 {
4949 $ this ->publishes ([
50- __DIR__ .'/../scripts/ColorSchemeSwitchThreeStates/js/init-script.js ' => base_path ('js/color-scheme-switch-three-states/init-script.js ' ),
51- __DIR__ .'/../scripts/ColorSchemeSwitchThreeStates/js/switch-script.js ' => base_path ('js/color-scheme-switch-three-states/switch-script.js ' ),
50+ __DIR__ .'/../scripts/ColorSchemeSwitchThreeStates/js/init-script.js ' => resource_path ('js/color-scheme-switch-three-states/init-script.js ' ),
51+ __DIR__ .'/../scripts/ColorSchemeSwitchThreeStates/js/switch-script.js ' => resource_path ('js/color-scheme-switch-three-states/switch-script.js ' ),
5252 ], ['color-scheme-3-states-js ' , 'color-scheme-3-states-all ' ]);
5353
5454 $ this ->publishes ([
You can’t perform that action at this time.
0 commit comments