diff --git a/apps/jingrow/frontend/src/views/dev/AppInstaller.vue b/apps/jingrow/frontend/src/views/dev/AppInstaller.vue
index fc5e23e..ff61f12 100644
--- a/apps/jingrow/frontend/src/views/dev/AppInstaller.vue
+++ b/apps/jingrow/frontend/src/views/dev/AppInstaller.vue
@@ -19,7 +19,7 @@
ref="uploadRef"
:file-list="fileList"
:max="1"
- accept=".zip"
+ accept=".zip,.tar.gz,.tgz,.gz"
:show-file-list="false"
:on-before-upload="beforeUpload"
:on-change="handleFileChange"
@@ -32,17 +32,17 @@