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

Add and create files

This commit is contained in:
Minionguyjpro
2023-07-08 08:27:06 +00:00
parent 1277fd9d6b
commit 5c93180a34
5 changed files with 293 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "inno-setup-action",
"version": "1.0.0",
"description": "GitHub action to compile .iss (Inno Setup Script) files.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"node-cmd": "^5.0.0"
}
}