Skip to content

AutoIt that will run in Docker under Wine. Useful for compiling au3 files.

Notifications You must be signed in to change notification settings

LegacyLanParty/docker-autoit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Docker-AutoIt

This container runs Wine and contains the AutoIt v3 code in /app, and is designed to make it easy to compile AutoIt code on non-windows systems.

Usage

  • Aut2Exe

To turn file.au3 into a PE32 file.exe:

docker run --rm -v $PWD:/code legacylanparty/autoit:latest Aut2Exe/aut2exe.exe /in "/code/file.au3"

For more options, refer to the AutoIt Compiler documentation.

About

AutoIt that will run in Docker under Wine. Useful for compiling au3 files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published