From c0a37208b96719473ec352f42c7a3b48878179ae Mon Sep 17 00:00:00 2001 From: Paul Liverman Date: Mon, 29 Dec 2014 19:57:23 -0800 Subject: [PATCH] Update config.sh --- config.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.sh b/config.sh index 170c710..eeed4d8 100644 --- a/config.sh +++ b/config.sh @@ -1,7 +1,14 @@ # The name of the resulting executables. packageName="LovePackagingExample" +# User-friendly package name. +friendlyPackageName="$packageName" # Who made this? (Yes, change this to your name.) author="Guard13007" +# Copyright year (ex 2014-2015 or 2015) +copyrightYear="2014" +# A unique identifier for your package. +# (It should be fine to leave this as its default.) +identifier="com.$author.$packageName" # Current version (of your program) version="0.1"