65 lines
No EOL
1.6 KiB
YAML
65 lines
No EOL
1.6 KiB
YAML
productName: "SiYuan"
|
|
appId: "org.b3log.siyuan"
|
|
asar: false
|
|
compression: "store"
|
|
copyright: "© 2024 Yunnan Liandi Technology Co., Ltd."
|
|
artifactName: "siyuan-${version}-${os}.${ext}"
|
|
extraMetadata:
|
|
main: "electron/main.js"
|
|
directories:
|
|
output: "build"
|
|
files:
|
|
- "electron"
|
|
extraFiles:
|
|
- from: "../LICENSE"
|
|
to: "LICENSE"
|
|
|
|
linux:
|
|
icon: "src/assets/icon.icns"
|
|
category: "Utility"
|
|
executableName: "siyuan"
|
|
desktop: {
|
|
"Name": "SiYuan",
|
|
"Comment": "Refactor your thinking",
|
|
"Type": "Application",
|
|
"Categories": "Utility;"
|
|
}
|
|
extraResources:
|
|
- from: "kernel-linux"
|
|
to: "kernel"
|
|
target:
|
|
- target: "tar.gz"
|
|
- target: "AppImage"
|
|
- target: "deb"
|
|
|
|
extraResources:
|
|
- from: "changelogs"
|
|
to: "changelogs"
|
|
- from: "stage"
|
|
to: "stage"
|
|
- from: "guide"
|
|
to: "guide"
|
|
filter: "!**/{.DS_Store,.git,.gitignore,.idea}"
|
|
- from: "appearance/boot"
|
|
to: "appearance/boot"
|
|
filter: "!**/{.DS_Store}"
|
|
- from: "appearance/icons"
|
|
to: "appearance/icons"
|
|
filter: "!**/{.DS_Store}"
|
|
- from: "appearance/langs"
|
|
to: "appearance/langs"
|
|
filter: "!**/{.DS_Store}"
|
|
- from: "appearance/emojis"
|
|
to: "appearance/emojis"
|
|
filter: "!**/{.DS_Store}"
|
|
- from: "appearance/themes/midnight"
|
|
to: "appearance/themes/midnight"
|
|
filter: "!**/{.DS_Store,custom.css}"
|
|
- from: "appearance/themes/daylight"
|
|
to: "appearance/themes/daylight"
|
|
filter: "!**/{.DS_Store,custom.css}"
|
|
- from: "src/assets/fonts"
|
|
to: "appearance/fonts"
|
|
filter: "!**/{.DS_Store}"
|
|
- from: "pandoc/pandoc-linux-amd64.zip"
|
|
to: "pandoc.zip" |