소스 검색

Rename to Labelme.app

Kentaro Wada 4 년 전
부모
커밋
0846e098d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      labelme.spec

+ 1 - 1
labelme.spec

@@ -32,7 +32,7 @@ exe = EXE(
 )
 app = BUNDLE(
     exe,
-    name='labelme.app',
+    name='Labelme.app',
     icon='labelme/icons/icon.icns',
     bundle_identifier=None,
     info_plist={'NSHighResolutionCapable': 'True'},