Add Windows installer with Inno Setup !

This commit is contained in:
Antonin Décimo
2014-09-27 17:32:07 +02:00
parent 21c6e2c22a
commit 128a1a6793
8 changed files with 226 additions and 20 deletions

View File

@@ -35,7 +35,6 @@ do
MAINTAINER_EMAIL=$OPTARG
elif [ "$OPTOPT" = "deb-package-name" ]; then
PACKAGE_NAME=$OPTARG
package_name_defined_argument=true
elif [ "$OPTOPT" = "deb-icon" ]; then
ICON_DIR=$OPTARG
fi