diff --git a/bin/sqmod.ini b/bin/sqmod.ini index 8055e6fc..d218b303 100644 --- a/bin/sqmod.ini +++ b/bin/sqmod.ini @@ -25,9 +25,12 @@ LogFileTimestamp=true #Filename=mymod.log # List of scripts to load +# - Compile=path > Compile the script and execute after all scripts were compiled +# - Execute=path > Compile the script and execute it immediately +# - Section=name > Search for more scripts in a different section [Scripts] -Source=bootstrap.nut +Execute=bootstrap.nut # Custom script options [Options] -MyOption="Hello from config!" \ No newline at end of file +MyOption="Hello from config!"