linux 构建包修复

This commit is contained in:
muwoo 2023-11-16 15:03:50 +08:00
parent d916525934
commit beb8134539
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "rubick", "name": "rubick",
"version": "4.1.6", "version": "4.1.7",
"author": "muwoo <2424880409@qq.com>", "author": "muwoo <2424880409@qq.com>",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@ -103,8 +103,6 @@ module.exports = {
}, },
linux: { linux: {
icon: 'public/icons/', icon: 'public/icons/',
publish: ['github'],
target: 'deb',
}, },
}, },
}, },