Skip to content

Commit c3b0331

Browse files
authored
Fix invalid icon reference in C# Android IAP demo (#1159)
1 parent 0e24c8e commit c3b0331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mono/android_iap/project.godot

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Note: Running the demo requires exporting and uploading the game to Google Play.
1717
config/tags=PackedStringArray("demo", "mobile", "official", "porting")
1818
run/main_scene="res://main.tscn"
1919
config/features=PackedStringArray("4.3", "C#", "Mobile")
20-
config/icon="res://icon.svg"
20+
config/icon="res://icon.webp"
2121

2222
[display]
2323

0 commit comments

Comments
 (0)