Skip to content

Commit

Permalink
debian-sysroot-image-creator is now under electron
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Jan 30, 2017
1 parent ddeaa24 commit b3bce1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sysroot-creator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ UploadSysroot() {
fi
set -x
github-release upload \
--user atom \
--user electron \
--repo debian-sysroot-image-creator \
--tag "v${rev}" \
--name "${DISTRO}_${DIST}_${ARCH_LOWER}_sysroot.tgz" \
Expand Down Expand Up @@ -559,7 +559,7 @@ UploadSysrootAll() {
fi
set -x
github-release release \
--user atom \
--user electron \
--repo debian-sysroot-image-creator \
--tag "v${rev}" \
--name "${rev}" \
Expand Down

0 comments on commit b3bce1d

Please sign in to comment.