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

Update things again...

This commit is contained in:
Minionguyjpro
2024-01-02 19:57:13 +01:00
parent 4f834afca8
commit cc824c3598
4 changed files with 2266 additions and 1521 deletions

6
src/index.js Normal file
View File

@@ -0,0 +1,6 @@
/**
* The entrypoint for the action.
*/
const { run } = require('./main')
run()