Skip to content

Commit

Permalink
LPD-34256 liferay-ide: just references the x86_64 for now until an AR…
Browse files Browse the repository at this point in the history
…M Mac can perform the builds
  • Loading branch information
drewbrokke committed Aug 16, 2024
1 parent 6e0fc75 commit e0b5d2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/com.liferay.ide-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
</goals>
<configuration>
<properties>
<appPath>${pom.basedir}/target/products/com.liferay.ide.studio-macosx.cocoa.aarch64.zip</appPath>
<appPath>${pom.basedir}/target/products/com.liferay.ide.studio-macosx.cocoa.x86_64.zip</appPath>
<signingServerURL>${signingServerURL}</signingServerURL>
<signApps>${signApps}</signApps>
<certificate>Developer+ID+Application%3A+Liferay%2C+Inc.+%287H3SPU5TB9%29</certificate>
Expand Down
2 changes: 1 addition & 1 deletion build/installers/components/devstudio-osxcomponent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<platforms>all</platforms>
<distributionFileList>
<distributionFile>
<origin>../../com.liferay.ide-repository/target/products/com.liferay.ide.studio-macosx.cocoa.aarch64.zip</origin>
<origin>../../com.liferay.ide-repository/target/products/com.liferay.ide.studio-macosx.cocoa.x86_64.zip</origin>
</distributionFile>
</distributionFileList>
<shouldPackRuleList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
<actionList>
<setInstallerVariable>
<name>studioZipPath</name>
<value>${installdir}${platform_path_separator}com.liferay.ide.studio-macosx.cocoa.aarch64.zip</value>
<value>${installdir}${platform_path_separator}com.liferay.ide.studio-macosx.cocoa.x86_64.zip</value>
</setInstallerVariable>
</actionList>
<conditionRuleList>
Expand Down

0 comments on commit e0b5d2a

Please sign in to comment.