diff --git a/build-installer.iss b/build-installer.iss index 3c1ff37..ba54dff 100644 --- a/build-installer.iss +++ b/build-installer.iss @@ -5,9 +5,10 @@ AppPublisherURL=http://sqflint.zipek.cz AppVersion=1.0 DefaultDirName={pf}\SQFLint UninstallDisplayIcon={app}\sqflint.exe -OutputDir=dist\ -OutputBaseFilename=sqflint-1.0-install +OutputDir=dist\packages +OutputBaseFilename=sqflint-install ChangesEnvironment=yes +SetupIconFile=dist-src\sqflint.ico [CustomMessages] AppAddPath=Add application directory to your environmental path diff --git a/build.xml b/build.xml index afe8059..a82c068 100644 --- a/build.xml +++ b/build.xml @@ -93,6 +93,7 @@ + diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 9e472e5..bb16479 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -20,7 +20,6 @@ is divided into following sections: --> - diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index 6fda70d..38a8d32 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -3,6 +3,6 @@ build.xml.script.CRC32=1a3aad22 build.xml.stylesheet.CRC32=8064a381@1.75.2.48 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=7705b82b -nbproject/build-impl.xml.script.CRC32=fe3ab4f8 +nbproject/build-impl.xml.data.CRC32=ea231942 +nbproject/build-impl.xml.script.CRC32=0aa59a62 nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.2.48 diff --git a/nbproject/project.properties b/nbproject/project.properties index 3f3f621..b270b05 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -78,7 +78,6 @@ manifest.custom.permissions= manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF mkdist.disabled=false -native.bundling.enabled=true platform.active=default_platform project.license=mit run.classpath=\ diff --git a/nbproject/project.xml b/nbproject/project.xml index 378718c..9269354 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -2,9 +2,7 @@ org.netbeans.modules.java.j2seproject - - - + SQFLint