1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-19 01:41:19 +01:00
Files
inno-setup/src/index.js
2024-01-02 19:57:13 +01:00

7 lines
83 B
JavaScript

/**
* The entrypoint for the action.
*/
const { run } = require('./main')
run()