You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ap.add_argument('--ignore-path', dest='ignore_path', action='append', help='Ignore path when building the app')
330
334
ap.add_argument('--icon', dest='icon', help='A png file to use as the icon for the application.')
331
335
ap.add_argument('--presplash', dest='presplash', help='A jpeg file to use as a screen while the application is loading.')
336
+
ap.add_argument('--ouya-icon', dest='ouya_icon', help='A png file to use as the icon for the application if it is installed on an OUYA console.')
332
337
ap.add_argument('--install-location', dest='install_location', default='auto', help='The default install location. Should be "auto", "preferExternal" or "internalOnly".')
333
338
ap.add_argument('--compile-pyo', dest='compile_pyo', action='store_true', help='Compile all .py files to .pyo, and only distribute the compiled bytecode.')
334
339
ap.add_argument('--intent-filters', dest='intent_filters', help='Add intent-filters xml rules to AndroidManifest.xml')
0 commit comments