Skip to content

Instantly share code, notes, and snippets.

View heinezen's full-sized avatar
😼
Khajiit has code, if you have coin

Christoph Heine heinezen

😼
Khajiit has code, if you have coin
  • Germany
  • 13:22 (UTC +02:00)
View GitHub Profile
@heinezen
heinezen / godot_game.iss
Created May 6, 2023 19:02 — forked from simonsan/godot_game.iss
Example Inno Setup script for Godot games
; 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.
;