File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11type : :app # no need to change this for .pkg, .dmg and executables
22os : :osx
3- name : Kiro-Cli .app
3+ name : Kiro CLI .app
44outputs :
55 - label : macos
6- path : Kiro-Cli .app
6+ path : Kiro CLI .app
77app :
88 :identifier : com.amazon.codewhisperer # this has to be same as Bundle identifier value in info.plist
99 signing_requirements :
Original file line number Diff line number Diff line change 11pub const APP_BUNDLE_ID : & str = "com.amazon.codewhisperer" ;
2- pub const APP_BUNDLE_NAME : & str = "Kiro-Cli .app" ;
2+ pub const APP_BUNDLE_NAME : & str = "Kiro CLI .app" ;
33
44#[ cfg( target_os = "macos" ) ]
55pub const APP_PROCESS_NAME : & str = "kiro_cli_desktop" ;
Original file line number Diff line number Diff line change @@ -717,7 +717,7 @@ mod tests {
717717 #[ test]
718718 fn snapshot_themes_dir ( ) {
719719 linux ! ( themes_dir( & Context :: new( ) ) , @"/usr/share/fig/themes" ) ;
720- macos ! ( themes_dir( & Context :: new( ) ) , @"/Applications/Kiro-Cli .app/Contents/Resources/themes" ) ;
720+ macos ! ( themes_dir( & Context :: new( ) ) , @"/Applications/Kiro CLI .app/Contents/Resources/themes" ) ;
721721 windows ! ( themes_dir( & Context :: new( ) ) , @r"C:\Users\$USER\AppData\Local\AmazonQ\resources\themes" ) ;
722722 }
723723
You can’t perform that action at this time.
0 commit comments