Skip to content

Commit

Permalink
Add product name and version to compiled exe
Browse files Browse the repository at this point in the history
  • Loading branch information
pitermach committed Jun 19, 2020
1 parent b366080 commit 939e9df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rts.au3
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#pragma compile(CompanyName, 'Piotr Machacz')
#pragma compile (FileDescription, ReadTheSpire)
#pragma compile(ProductName, ReadTheSpire)
#Pragma compile (ProductVersion, 3.0)

#include "tolk.au3"
#include "buffers.au3"
Expand Down

0 comments on commit 939e9df

Please sign in to comment.