mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-06 10:34:08 +08:00
✨ linux 构建包修复
This commit is contained in:
parent
11f53d1e07
commit
2a75e440ad
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
/build
|
||||
build/*
|
||||
!build/icons
|
||||
|
||||
|
||||
# local env files
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -102,7 +102,7 @@ module.exports = {
|
||||
include: 'public/installer.nsh',
|
||||
},
|
||||
linux: {
|
||||
icon: 'public/linux-icons/',
|
||||
icon: 'build/icons/',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user