Skip to content

Commit 365d280

Browse files
New version: bcssov.IronyModManager version 1.27.164 (microsoft#355368)
1 parent a230af9 commit 365d280

3 files changed

Lines changed: 120 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Created with komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: bcssov.IronyModManager
5+
PackageVersion: 1.27.164
6+
InstallerLocale: en-US
7+
InstallerType: zip
8+
NestedInstallerType: inno
9+
NestedInstallerFiles:
10+
- RelativeFilePath: win-x64-setup.exe
11+
ProductCode: '{8AAA7D9F-2192-4A6B-AAEE-EBB2A355EF75}_is1'
12+
ReleaseDate: 2026-04-03
13+
AppsAndFeaturesEntries:
14+
- DisplayName: Irony Mod Manager v{code:getSetupVersion|1.27.164+dc2808fb61}
15+
Publisher: Mario
16+
DisplayVersion: 1.27.164+dc2808fb61
17+
ProductCode: '{8AAA7D9F-2192-4A6B-AAEE-EBB2A355EF75}_is1'
18+
ElevationRequirement: elevatesSelf
19+
Installers:
20+
- Architecture: x64
21+
Scope: user
22+
InstallerUrl: https://github.com/bcssov/IronyModManager/releases/download/v1.27.164/win-x64-setup.zip
23+
InstallerSha256: D2CCC6C6470BC44D173660D4EF8367E1836B6B86B6D7C7362AA8C028494F4A28
24+
InstallerSwitches:
25+
Custom: /CURRENTUSER
26+
- Architecture: x64
27+
Scope: machine
28+
InstallerUrl: https://github.com/bcssov/IronyModManager/releases/download/v1.27.164/win-x64-setup.zip
29+
InstallerSha256: D2CCC6C6470BC44D173660D4EF8367E1836B6B86B6D7C7362AA8C028494F4A28
30+
InstallerSwitches:
31+
Custom: /ALLUSERS
32+
InstallationMetadata:
33+
DefaultInstallLocation: '%ProgramFiles%\Irony Mod Manager'
34+
ManifestType: installer
35+
ManifestVersion: 1.12.0
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# Created with komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: bcssov.IronyModManager
5+
PackageVersion: 1.27.164
6+
PackageLocale: en-US
7+
Publisher: bcssov
8+
PublisherUrl: https://github.com/bcssov
9+
PublisherSupportUrl: https://github.com/bcssov/IronyModManager/issues
10+
PackageName: Irony Mod Manager
11+
PackageUrl: https://github.com/bcssov/IronyModManager
12+
License: MIT
13+
LicenseUrl: https://github.com/bcssov/IronyModManager/blob/HEAD/LICENSE
14+
ShortDescription: Mod Manager for Paradox Games.
15+
Tags:
16+
- ck3
17+
- crusader-kings-3
18+
- crusader-kings-iii
19+
- eu4
20+
- europa-universalis-4
21+
- europa-universalis-iv
22+
- hearts-of-iron-4
23+
- hearts-of-iron-iv
24+
- hoi4
25+
- imperatorrome
26+
- mod-manager
27+
- paradox
28+
- paradox-interactive
29+
- stellaris
30+
- victoria
31+
- victoria3
32+
ReleaseNotes: |-
33+
Current Release Notes
34+
- Handle json files in conflict detection
35+
Release Notes 1.27
36+
- Update dependencies
37+
- HOI4 1.17 CS support
38+
- Stellaris 4.2 CS support
39+
- EU5 mod management support
40+
- Proton game launching on Linux
41+
- Optional GenerateSteamAppId flag to create steam_appid.txt when missing (used for enabling Steam activity tracking when launching games directly; off by default)
42+
- Added StoragePath setting to customize where Irony stores and reads its data
43+
- Irony is now Flatpak-aware (detects and supports Steam Flatpak installations)
44+
Which file should I download?
45+
Windows
46+
- Portable version: win-x64.zip
47+
- Installer version: win-x64-setup.zip
48+
MacOS
49+
- Portable version: osx-x64.zip
50+
Linux
51+
- Portable version: linux-x64.zip
52+
How to run Irony
53+
Windows
54+
Portable build
55+
1. Download win-x64.zip
56+
2. Extract it anywhere
57+
3. Run IronyModManager.exe
58+
Installer build
59+
1. Download win-x64-setup.zip
60+
2. Extract it
61+
3. Run win-x64-setup.exe
62+
4. Follow on-screen instructions
63+
MacOS
64+
1. Download and extract osx-x64.zip
65+
2. Open Terminal
66+
3. Navigate to the folder: cd /path/to/Irony
67+
4. Make the file executable: chmod +x IronyModManager
68+
5. Run Irony: ./IronyModManager
69+
(Important: ./ must be included.)
70+
Linux
71+
1. Download and extract linux-x64.zip
72+
2. Open a terminal in the extracted directory
73+
3. Make Irony executable: chmod +x IronyModManager
74+
4. Run Irony: ./IronyModManager
75+
ReleaseNotesUrl: https://github.com/bcssov/IronyModManager/releases/tag/v1.27.164
76+
ManifestType: defaultLocale
77+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: bcssov.IronyModManager
5+
PackageVersion: 1.27.164
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)