Mark debug app as debug not external (#2387)
This commit is contained in:
		
							parent
							
								
									3eacb0c715
								
							
						
					
					
						commit
						628f089c42
					
				| @ -1,7 +1,7 @@ | |||||||
| App( | App( | ||||||
|     appid="example_custom_font", |     appid="example_custom_font", | ||||||
|     name="Example: custom font", |     name="Example: custom font", | ||||||
|     apptype=FlipperAppType.EXTERNAL, |     apptype=FlipperAppType.DEBUG, | ||||||
|     entry_point="example_custom_font_main", |     entry_point="example_custom_font_main", | ||||||
|     requires=["gui"], |     requires=["gui"], | ||||||
|     stack_size=1 * 1024, |     stack_size=1 * 1024, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 WillyJL
						WillyJL