mirror of
https://github.com/ModOrganizer2/modorganizer-Installer.git
synced 2026-07-27 14:04:12 -07:00
11 lines
413 B
Plaintext
11 lines
413 B
Plaintext
; MO2 config
|
|
#define MO2Exe "..\..\..\install\bin\ModOrganizer.exe"
|
|
#define MO2Folder "..\..\..\install\installer"
|
|
|
|
#define MyAppName "Mod Organizer"
|
|
#define MyAppVersion GetFileVersion(MO2Exe)
|
|
#define MyAppVersionString GetStringFileInfo(MO2Exe, 'FileVersion')
|
|
#define MyAppPublisher "Mod Organizer 2 Team"
|
|
#define MyAppURL "https://github.com/ModOrganizer2/modorganizer"
|
|
#define MyAppExeName "ModOrganizer.exe"
|