Skip to content

Commit f320914

Browse files
committed
fixed problem with bin name
1 parent efe1d95 commit f320914

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

.idea/workspace.xml

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description=""
88
homepage="https://github.com/Xgames123/gh-login"
99

1010
[[bin]]
11-
name = "credential-gh-login"
11+
name = "git-credential-gh-login"
1212
path = "src/main.rs"
1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

packaging/aur/gh-login/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pkgdesc="A simple git credentials helper for github"
55
license=(MIT)
66
url="https://github.com/Xgames123/gh-login"
77

8-
binname=credential-$pkgname
8+
binname=git-credential-$pkgname
99
source=("$pkgname-$pkgver.tar.gz::https://github.com/Xgames123/$pkgname/archive/$pkgver.tar.gz")
1010
makedepends=(
1111
cargo

packaging/debian/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo "target: $TARGET"
1414
CARCH=$(echo $TARGET | grep -o "^[^-]*")
1515
builddir=/tmp
1616
fullbuilddir=$builddir/gh-login
17-
binname=credential-$pkgname
17+
binname=git-credential-$pkgname
1818

1919
debarch=$CARCH
2020
if [ "$CARCH" = "x86_64" ]; then

0 commit comments

Comments
 (0)