Skip to content

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

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors