Skip to content

Commit 9c81763

Browse files
committed
Fill in the file description for Windows exports
I can't find any best practices for this field and in most examples everyone is just using the application name. Rarely it's a more generic description, like "XYZ driver". But that doesn't seem particularly useful in this case. Godot also just repeats the application name, as a point of reference.
1 parent 3efb394 commit 9c81763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

export_presets.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ application/file_version=""
329329
application/product_version=""
330330
application/company_name="Yuri Sizov"
331331
application/product_name="Bosca Ceoil: The Blue Album"
332-
application/file_description=""
332+
application/file_description="Bosca Ceoil: The Blue Album"
333333
application/copyright="Yuri Sizov"
334334
application/trademarks=""
335335
application/export_angle=0
@@ -394,7 +394,7 @@ application/file_version=""
394394
application/product_version=""
395395
application/company_name="Yuri Sizov"
396396
application/product_name="Bosca Ceoil: The Blue Album"
397-
application/file_description=""
397+
application/file_description="Bosca Ceoil: The Blue Album"
398398
application/copyright="Yuri Sizov"
399399
application/trademarks=""
400400
application/export_angle=0

0 commit comments

Comments
 (0)