Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Mac x64 pkg #778

Merged
merged 1 commit into from
Jul 8, 2022
Merged

Fix Mac x64 pkg #778

merged 1 commit into from
Jul 8, 2022

Conversation

GyroJoe
Copy link
Contributor

@GyroJoe GyroJoe commented Jul 5, 2022

The dist.sh script has a typo in it, causing x64 pkgs to include the arm64.xml file instead.

This change fixes the typo, causing the script to produce a validate pkg again for x64 archs on Mac.

Should fix #771

@nayanshah
Copy link

Tagging @ldennington , @mjcheetham for review (I don't see an option to assign)

Copy link
Collaborator

@mjcheetham mjcheetham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for spotting this and providing a fix! Apologies for the delay in getting to this.

Copy link

@Thaonhi1998 Thaonhi1998 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gyrojoe:main

Copy link

@kayal28 kayal28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

``

Copy link

@deiissyjuarezz deiissyjuarezz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(invalid)

@ghost

This comment has been minimized.

@ghost

This comment has been minimized.

@git-ecosystem git-ecosystem blocked ghost Sep 25, 2022
@@ -70,7 +70,7 @@ fi

echo "Building for runtime '$RUNTIME'"

if [ "$RUNTIME" == "osx-x64"]; then
if [ "$RUNTIME" == "osx-x64" ]; then
DISTPATH="$INSTALLER_SRC/distribution.x64.xml"
else

This comment was marked as off-topic.

@admin-01-web

This comment was marked as off-topic.

@ammr771

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to install v2.0.779 x64 package on MacOS