From 078790a0df4a3093a7707c5ce555a6dc4e336dd6 Mon Sep 17 00:00:00 2001 From: rewine <1758075541@qq.com> Date: Fri, 1 Oct 2021 13:17:24 +0000 Subject: [PATCH] =?UTF-8?q?update=20=E7=AC=AC=E4=B8=80=E9=83=A8=E5=88=86?= =?UTF-8?q?=EF=BC=9A=E5=88=9D=E8=AF=86=E5=BC=80=E6=BA=90/=E7=AC=AC=206=20?= =?UTF-8?q?=E5=B0=8F=E8=8A=82=EF=BC=9A=E5=B8=B8=E8=A7=81=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=AE=A4=E8=AF=86.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...0\247\201\346\226\207\344\273\266\350\256\244\350\257\206.md" | 1 + 1 file changed, 1 insertion(+) diff --git "a/\347\254\254\344\270\200\351\203\250\345\210\206\357\274\232\345\210\235\350\257\206\345\274\200\346\272\220/\347\254\254 6 \345\260\217\350\212\202\357\274\232\345\270\270\350\247\201\346\226\207\344\273\266\350\256\244\350\257\206.md" "b/\347\254\254\344\270\200\351\203\250\345\210\206\357\274\232\345\210\235\350\257\206\345\274\200\346\272\220/\347\254\254 6 \345\260\217\350\212\202\357\274\232\345\270\270\350\247\201\346\226\207\344\273\266\350\256\244\350\257\206.md" index e0b922b..e7a0fc4 100644 --- "a/\347\254\254\344\270\200\351\203\250\345\210\206\357\274\232\345\210\235\350\257\206\345\274\200\346\272\220/\347\254\254 6 \345\260\217\350\212\202\357\274\232\345\270\270\350\247\201\346\226\207\344\273\266\350\256\244\350\257\206.md" +++ "b/\347\254\254\344\270\200\351\203\250\345\210\206\357\274\232\345\210\235\350\257\206\345\274\200\346\272\220/\347\254\254 6 \345\260\217\350\212\202\357\274\232\345\270\270\350\247\201\346\226\207\344\273\266\350\256\244\350\257\206.md" @@ -132,6 +132,7 @@ - ***.exe**: exe 文件是 Windows 操作系统中的可执行程序。 - ***.deb**: deb 文件是 Debian 发行版创建的软件包格式文件,在基于 Debian 的发行版中使用。 - ***.rpm**: rpm 文件是 Redhat 发行版创建的软件包格式文件,在基于 Redhat 的发行版中使用。 +- ***.AppImage**: AppImage 文件是一种通用的软件包格式,几乎可以在所有的 linux 发行版本中使用。 ## 小结 -- Gitee