diff --git a/src/modules/setIcon/setIcon.command.ts b/src/modules/setIcon/setIcon.command.ts index 728bedd..4182067 100644 --- a/src/modules/setIcon/setIcon.command.ts +++ b/src/modules/setIcon/setIcon.command.ts @@ -28,16 +28,16 @@ export const setIconCommand: Command = { { desc: 'set the app icon for both devices', cmd: - 'react-native set-icon --path --background ', + 'react-native set-icon --path --background ', }, { desc: 'set the app icon for iOS', cmd: 'react-native set-icon --platform ios --path ', }, { - desc: 'set the app icon for both devices', + desc: 'set the app icon for Android', cmd: - 'react-native set-icon --platform android --path --background ', + 'react-native set-icon --platform android --path --background ', }, ], };