Browse Source

correct project-name in gradle-file

I. Dix 7 years ago
parent
commit
73fd670794
1 changed files with 5 additions and 5 deletions
  1. 5 5
      build.gradle

+ 5 - 5
build.gradle

@@ -29,7 +29,7 @@ apply plugin: 'edu.sc.seis.launch4j'
 version = '1.0'
 
 mainClassName = 'ui.view.Main'
-def projectName = 'Cyber Physical Systems'
+def projectName = 'holeg'
 def mainClass = 'ui.view.Main'
 
 // the fatJar includes all dependencies (all used libraries)
@@ -86,7 +86,7 @@ dependencies {
 // then add jre8-distribution to folder 'jre8' in same directory
 //
 // the directory-structure afterwards should look like
-// |- Cyber Physical Systems.exe
+// |- [projectName].exe
 // |> lib
 //   |- commons-compress-1.13.jar
 //   ...
@@ -100,9 +100,9 @@ launch4j {
 
     // relative path at which the bundled JRE lies
     bundledJrePath = 'jre8'
-//
-//    // for 64b: comment in, for 32b: leave commented out
-//    bundledJre64Bit = true
+
+    // for 64b: comment in, for 32b: comment out
+    bundledJre64Bit = true
 
     // names of output file
     productName = projectName