-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
I have the problem that the environment variables arent replaced. The target/packaging/win-jpackage.txt looks like this:
--type msi
--name ${app.name}
--win-menu
--win-menu-group ${windows.vendor}
--vendor ${windows.vendor}
--icon ${project.basedir}\app-icon.ico
--dest ${project.build.directory}
--main-jar ${project.build.finalName}.jar
--main-class ${main-class}
--input ${project.build.directory}\dependency
--app-version ${app.version}
--runtime-image ${project.build.directory}\jvm-image
--temp ${project.build.directory}\installer-work
--win-upgrade-uuid ${windows.upgrade.uuid}
--description "${project.description}"
--copyright "(C) ${windows.vendor}"
and I'm getting this error:
[ERROR] jpackage failed with error code [1]
[INFO] Specified runtime image directory runtime-image: ${project.build.directory}\jvm-image does not exist
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels