From beb81345398d9279741d514c71aeb7d26739e154 Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Thu, 16 Nov 2023 15:03:50 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20linux=20=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=8C=85=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- vue.config.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 1a2ee86..63d403e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rubick", - "version": "4.1.6", + "version": "4.1.7", "author": "muwoo <2424880409@qq.com>", "private": true, "scripts": { diff --git a/vue.config.js b/vue.config.js index cc074a3..e0a1875 100644 --- a/vue.config.js +++ b/vue.config.js @@ -103,8 +103,6 @@ module.exports = { }, linux: { icon: 'public/icons/', - publish: ['github'], - target: 'deb', }, }, },