2024-05-28 23:40:32 +08:00
|
|
|
productName: "SiYuan"
|
|
|
|
appId: "org.b3log.siyuan"
|
|
|
|
asar: false
|
2024-05-29 09:29:31 +08:00
|
|
|
compression: "store"
|
2024-05-28 23:40:32 +08:00
|
|
|
copyright: "© 2024 Yunnan Liandi Technology Co., Ltd."
|
|
|
|
artifactName: "siyuan-${version}-${os}-arm64.${ext}"
|
|
|
|
extraMetadata:
|
|
|
|
main: "electron/main.js"
|
|
|
|
directories:
|
|
|
|
output: "build"
|
|
|
|
files:
|
|
|
|
- "electron"
|
|
|
|
extraFiles:
|
|
|
|
- from: "../LICENSE"
|
|
|
|
to: "LICENSE"
|
|
|
|
|
|
|
|
linux:
|
2024-06-03 01:37:25 +08:00
|
|
|
icon: "src/assets/icon.icns"
|
2024-05-28 23:40:32 +08:00
|
|
|
category: "Utility"
|
2024-06-03 01:01:58 +08:00
|
|
|
executableName: "siyuan"
|
2024-06-03 00:59:04 +08:00
|
|
|
desktop: {
|
2025-02-23 17:12:05 +08:00
|
|
|
entry: {
|
|
|
|
Name: "SiYuan",
|
|
|
|
Comment: "Refactor your thinking",
|
|
|
|
Type: "Application",
|
|
|
|
Categories: "Utility;"
|
|
|
|
}
|
2024-06-03 00:59:04 +08:00
|
|
|
}
|
2024-05-28 23:40:32 +08:00
|
|
|
extraResources:
|
|
|
|
- from: "kernel-linux-arm64"
|
|
|
|
to: "kernel"
|
|
|
|
target:
|
|
|
|
- target: "tar.gz"
|
|
|
|
arch: "arm64"
|
|
|
|
- target: "AppImage"
|
|
|
|
arch: "arm64"
|
2024-06-03 12:23:27 +08:00
|
|
|
- target: "deb"
|
|
|
|
arch: "arm64"
|
2024-05-28 23:40:32 +08:00
|
|
|
|
|
|
|
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}"
|
2025-02-18 08:53:51 +08:00
|
|
|
- from: "appearance/fonts"
|
2024-05-28 23:40:32 +08:00
|
|
|
to: "appearance/fonts"
|
2024-11-11 12:18:34 +08:00
|
|
|
filter: "!**/{.DS_Store}"
|
|
|
|
- from: "pandoc/pandoc-linux-arm64.zip"
|
|
|
|
to: "pandoc.zip"
|