浏览代码

fix a typo and remove UPDATE_IMFORMATION

linsui 5 年之前
父节点
当前提交
de31868635
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/resources/linux/appimage/pkg2appimage

+ 1 - 2
src/resources/linux/appimage/pkg2appimage

@@ -163,7 +163,7 @@ fi
 # and ingredients of that architecture. Debian packages
 # should be available for most architectures, e.g., oldstable
 # has "armhf"
-if [ ! -z $ARCH] ; then
+if [ ! -z $ARCH ] ; then
   OPTIONS="$OPTIONS -o APT::Architecture=$ARCH"
 fi
 
@@ -467,6 +467,5 @@ fi
 # Go out of AppImage
 cd ..
 
-export UPDATE_INFORMATION="gh-releases-zsync|VSCodium|vscodium|latest|*.AppImage.zsync"
 generate_type2_appimage
 ls -lh ../out/*.AppImage*