We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7edf9cd + 8d2d9ed commit ac34798Copy full SHA for ac34798
src/linux/Packaging.Linux/build.sh
@@ -173,10 +173,8 @@ Description: Cross Platform Git Credential Manager Core command line utility.
173
For more information see https://aka.ms/gcmcore
174
EOF
175
176
-# Copy GCM Core & UI helper binaries to target installation location
177
-cp "$PAYLOAD/git-credential-manager-core" "$INSTALL_TO" || exit 1
178
-cp "$PAYLOAD/Atlassian.Bitbucket.UI" "$INSTALL_TO" || exit 1
179
-cp "$PAYLOAD/GitHub.UI" "$INSTALL_TO" || exit 1
+# Copy all binaries and shared libraries to target installation location
+cp -R "$PAYLOAD" "$INSTALL_TO" || exit 1
180
181
# Create symlinks
182
ln -s -r "$INSTALL_TO/git-credential-manager-core" \
0 commit comments