mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 20:00:15 +10:00
fix a typo and remove UPDATE_IMFORMATION
This commit is contained in:
@@ -163,7 +163,7 @@ fi
|
|||||||
# and ingredients of that architecture. Debian packages
|
# and ingredients of that architecture. Debian packages
|
||||||
# should be available for most architectures, e.g., oldstable
|
# should be available for most architectures, e.g., oldstable
|
||||||
# has "armhf"
|
# has "armhf"
|
||||||
if [ ! -z $ARCH] ; then
|
if [ ! -z $ARCH ] ; then
|
||||||
OPTIONS="$OPTIONS -o APT::Architecture=$ARCH"
|
OPTIONS="$OPTIONS -o APT::Architecture=$ARCH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -467,6 +467,5 @@ fi
|
|||||||
# Go out of AppImage
|
# Go out of AppImage
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
export UPDATE_INFORMATION="gh-releases-zsync|VSCodium|vscodium|latest|*.AppImage.zsync"
|
|
||||||
generate_type2_appimage
|
generate_type2_appimage
|
||||||
ls -lh ../out/*.AppImage*
|
ls -lh ../out/*.AppImage*
|
||||||
|
|||||||
Reference in New Issue
Block a user