LovePackaging/config.txt

27 lines
878 B
Plaintext
Raw Normal View History

2014-11-20 03:13:49 +00:00
# The name of the resulting executables.
2014-11-11 08:12:52 +00:00
packageName="LovePackagingExample"
2014-11-20 08:23:56 +00:00
# Who made this? (Yes, change this to your name.)
author="Guard13007"
# Current version (of your program)
version="0.1"
###### Important! ONLY USE ABSOLUATE PATHS ######
2014-11-20 03:13:49 +00:00
# Where to place the resulting executables.
2014-11-20 07:07:38 +00:00
outputDir="$(pwd)/builds"
2014-11-11 08:12:52 +00:00
# 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"
# Where unzipped executables to make packages out of will be kept
2014-11-20 07:07:38 +00:00
win32Dir="$outputDir/win32src"
win64Dir="$outputDir/win64src"
osx10Dir="$outputDir/osx10src"
2014-11-11 08:12:52 +00:00
2014-11-20 08:23:56 +00:00
# Remove old packages?
removeOld=false
2014-11-11 08:12:52 +00:00
# Only change this if you know what you're doing (Read the README.md file).
macInfoPlistFixed=false