mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-23 16:05:09 +00:00
corrected main class
This commit is contained in:
parent
53c63806e3
commit
70289683c1
3
.github/workflows/multiOSReleases.yml
vendored
3
.github/workflows/multiOSReleases.yml
vendored
@ -9,6 +9,9 @@ on:
|
||||
default: "false"
|
||||
release:
|
||||
types: [created]
|
||||
push:
|
||||
branches:
|
||||
- mac-x86_64-installer-fix
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
@ -253,7 +253,7 @@ tasks.register('jpackageMacX64') {
|
||||
'--name', 'Stirling PDF (x86_64)',
|
||||
'--input', 'build/libs',
|
||||
'--main-jar', "Stirling-PDF-${project.version}.jar",
|
||||
'--main-class', 'stirling.software.SPDF.SPDFApplication',
|
||||
'--main-class', 'org.springframework.boot.loader.launch.JarLauncher',
|
||||
'--runtime-image', file(jrePath + "/zulu-17.jre/Contents/Home"),
|
||||
'--dest', 'build/jpackage/x86_64',
|
||||
'--icon', 'src/main/resources/static/favicon.icns',
|
||||
|
Loading…
x
Reference in New Issue
Block a user