LovePackaging/config.txt

26 lines
812 B
Plaintext
Raw Normal View History

2014-11-11 08:12:52 +00:00
# The name of the resulting executable.
packageName="LovePackagingExample"
# Where to place the resulting executable.
outputDir="$(pwd)/build"
# Where the source code is. (This should be where your main.lua file is.)
sourceDir="$(pwd)/src"
# Files to include in ZIP packages. (ReadMe's, licenses, etc.)
# Do not include a "license.txt" file. Name your license something else.
includes="$(pwd)/includes"
# Who made this? (Yes, change this to your name.)
author="Guard13007"
# Current version (of your program)
version="0.1"
# Remove old packages?
removeOld=true
# Where unzipped executables to make packages out of will be kept
win32Dir="$build/win32src"
win64Dir="$build/win64src"
osx10Dir="$build/osx10src"
# Only change this if you know what you're doing (Read the README.md file).
macInfoPlistFixed=false