1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00

Switch to ESM

This commit is contained in:
Minionguyjpro
2025-06-07 18:14:58 +02:00
committed by GitHub
parent 14ed1c7629
commit 39bde49f11

View File

@@ -3,6 +3,7 @@
"description": "GitHub action to compile .iss (Inno Setup Script) files.", "description": "GitHub action to compile .iss (Inno Setup Script) files.",
"version": "1.2.5", "version": "1.2.5",
"author": "Minionguyjpro", "author": "Minionguyjpro",
"type": "module",
"private": false, "private": false,
"homepage": "https://github.com/Minionguyjpro/Inno-Setup-Action#readme", "homepage": "https://github.com/Minionguyjpro/Inno-Setup-Action#readme",
"repository": { "repository": {