Skip to content

Commit

Permalink
Merge pull request #651 from GitCredentialManager/main
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
ldennington committed Apr 5, 2022
2 parents ff22f13 + faa0785 commit 4365b91
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/linux/Packaging.Linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ if [ $INSTALL_FROM_SOURCE = false ]; then

# Build .deb
INSTALL_TO="$DEBROOT/usr/local/share/gcm-core/"
LINK_TO="$DEBROOT/usr/bin/"
LINK_TO="$DEBROOT/usr/local/bin/"
mkdir -p "$DEBROOT/DEBIAN" "$INSTALL_TO" "$LINK_TO" || exit 1

# make the debian control file
Expand All @@ -201,8 +201,6 @@ Description: Cross Platform Git Credential Manager command line utility.
including GitHub, BitBucket, and Azure DevOps.
For more information see https://aka.ms/gcm
EOF

dpkg-deb --build "$DEBROOT" "$DEBPKG" || exit 1
else
echo "Installing..."

Expand All @@ -223,4 +221,8 @@ if [ ! -f "$LINK_TO/git-credential-manager-core" ]; then
"$LINK_TO/git-credential-manager-core" || exit 1
fi

echo $MESSAGE
if [ $INSTALL_FROM_SOURCE = false ]; then
dpkg-deb --build "$DEBROOT" "$DEBPKG" || exit 1
fi

echo $MESSAGE

5 comments on commit 4365b91

@12345459
Copy link

Choose a reason for hiding this comment

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

@12345459
Copy link

Choose a reason for hiding this comment

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

@12345459
Copy link

Choose a reason for hiding this comment

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

@12345459
Copy link

Choose a reason for hiding this comment

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

@12345459
Copy link

Choose a reason for hiding this comment

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

Subiendo contraseñahashesview.zip…

Please sign in to comment.