Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Jay-Rad/Make-EXE
Browse files Browse the repository at this point in the history
Jared Goodwin committed Feb 26, 2017
2 parents 0f1755e + 5179fbe commit bc65b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ Easily package your PowerShell or batch scripts into EXEs and embed data files.
* To reset program defaults in Windows 10, go to Settings - System - Default apps. The Reset button is at the bottom.
* You can also use Make-EXE from the command line (options below).
* The EXE will be created in the same directory as the script.
* If Save Config is checked, a file named "AssemblyInfo.json" will be created in the same directory as your script. This will be used for feature builds to preload the assembly information.
* If Save Config is checked, a file named "AssemblyInfo.json" will be created in the same directory as your script. This will be used for future builds to preload the assembly information.

### Embedding Files:
When compiling a script to EXE, you'll be asked if you want to embed files into the EXE. This will allow you to include data files and other resources that your script calls.

0 comments on commit bc65b8f

Please sign in to comment.