Skip to content

Commit

Permalink
#85: updates Advanced Installer version to 19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed Aug 7, 2022
1 parent f42574a commit 985a30e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dist/dist-win/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
<id>OS.win.installer</id>
<activation>
<file>
<exists>C:\Program Files (x86)\Caphyon\Advanced Installer 18.4\bin\x86\AdvancedInstaller.com</exists>
<!-- resolution for advanced installer compiler doesn't work due to some reason?
<exists>${advanced.installer.compiler}</exists>
-->
<exists>C:\Program Files (x86)\Caphyon\Advanced Installer 19.4\bin\x86\AdvancedInstaller.com</exists>
</file>
</activation>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<properties>
<!-- check https://github.com/gluonhq/graal/releases/ for latest gluon graal release -->
<graalvm.home>C:\Program Files\Java\graalvm-svm-java11-windows-gluon-22.1.0.1-Final</graalvm.home>
<advanced.installer.compiler>C:\Program Files (x86)\Caphyon\Advanced Installer 18.4\bin\x86\AdvancedInstaller.com</advanced.installer.compiler>
<advanced.installer.compiler>C:\Program Files (x86)\Caphyon\Advanced Installer 19.4\bin\x86\AdvancedInstaller.com</advanced.installer.compiler>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit 985a30e

Please sign in to comment.