This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; IMPORTANT: Follow the instructions at | |
; https://docs.godotengine.org/en/stable/getting_started/workflow/export/changing_application_icon_for_windows.html | |
; and make sure the "Options > Application > Product Version" field is set | |
; in Godot's Export dialog before exporting your EXE file. Otherwise, | |
; Inno Setup will mistake the Godot version for your game's version. | |
; | |
; You can check whether you were successful by examining the .EXE file's | |
; properties dialog on Windows, or by using the `peres -v` command from `pev` | |
; on Linux. | |
; |