mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
feat: updates
This commit is contained in:
parent
840a5b8e9b
commit
cb0a809b16
29 changed files with 1550 additions and 449 deletions
|
|
@ -19,6 +19,7 @@ module.exports = {
|
|||
buildDependenciesFromSource: false,
|
||||
electronVersion,
|
||||
forceCodeSigning: false,
|
||||
afterPack: './scripts/copySQLite3.js',
|
||||
publish: [
|
||||
{
|
||||
provider: 'github',
|
||||
|
|
@ -118,17 +119,6 @@ module.exports = {
|
|||
'!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json,pnpm-lock.yaml}',
|
||||
'!**/*.{map,debug.min.js}',
|
||||
|
||||
// copy prisma
|
||||
{
|
||||
from: './prisma',
|
||||
to: 'main/prisma',
|
||||
},
|
||||
{
|
||||
from: './prisma',
|
||||
to: 'main',
|
||||
filter: '*.prisma' // only copy prisma schema
|
||||
},
|
||||
|
||||
{
|
||||
from: './dist',
|
||||
to: './main',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue