Develop and Download Open Source Software

Browse Subversion Repository

Diff of /jpki-pdf-signer/trunk/build.gradle

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 67 by hirukawa_ryo, Sun Jan 8 08:37:44 2023 UTC revision 68 by hirukawa_ryo, Mon Jan 9 00:38:35 2023 UTC
# Line 45  jar { Line 45  jar {
45          manifest {          manifest {
46                  attributes "Specification-Version": "${project.version}"                  attributes "Specification-Version": "${project.version}"
47                  attributes "Main-Class" : "net.osdn.jpki.pdf_signer.Main"                  attributes "Main-Class" : "net.osdn.jpki.pdf_signer.Main"
                 attributes "Splashscreen-Image": "img/splash.png"  
48                  attributes "Class-Path": sourceSets.main.runtimeClasspath.collect { "lib/$it.name" }.join(' ')                  attributes "Class-Path": sourceSets.main.runtimeClasspath.collect { "lib/$it.name" }.join(' ')
49          }          }
50          into('net/osdn/jpki/pdf_signer') {          into('net/osdn/jpki/pdf_signer') {
# Line 81  task exewrap(type: Exec, dependsOn: 'jar Line 80  task exewrap(type: Exec, dependsOn: 'jar
80          args "-A", "x64",          args "-A", "x64",
81                          "-g",                          "-g",
82                          "-t", "11",                          "-t", "11",
83                          "-a", "-Xms256m -Xmx1024m",                          "-a", "-Xms256m -Xmx768m",
84                          "-e", "SHARED",                          "-e", "SHARED",
85                          "-j", "${jar.archiveFile.get()}",                          "-j", "${jar.archiveFile.get()}",
86                          "-i", "etc/ico/app.ico",                          "-i", "etc/ico/app.ico",
87                          "-o", "${buildDir}/package/${archivesBaseName}.exe",                          "-o", "${buildDir}/package/${archivesBaseName}.exe",
88                          "-p", "JPKI PDF SIGNER",                          "-p", "JPKI PDF SIGNER",
89                          "-d", "JPKI PDF SIGNER",                          "-d", "JPKI PDF SIGNER",
90                          "-c", "(C) 2017-2020 HIRUKAWA Ryo",                          "-c", "(C) 2017-2023 HIRUKAWA Ryo",
91                          "-V", "${version}",                          "-V", "${version}",
92                          "-v", "${version}"                          "-v", "${version}"
93  }  }

Legend:
Removed from v.67  
changed lines
  Added in v.68

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26