2022-05-26 15:18:53 +08:00
|
|
|
productName: "SiYuan"
|
|
|
|
appId: "org.b3log.siyuan"
|
|
|
|
asar: false
|
2024-05-29 09:29:31 +08:00
|
|
|
compression: "store"
|
2023-12-31 11:10:51 +08:00
|
|
|
copyright: "© 2024 Yunnan Liandi Technology Co., Ltd."
|
2022-05-26 15:18:53 +08:00
|
|
|
artifactName: "siyuan-${version}-${os}.${ext}"
|
|
|
|
extraMetadata:
|
|
|
|
main: "electron/main.js"
|
|
|
|
directories:
|
|
|
|
output: "build"
|
|
|
|
files:
|
|
|
|
- "electron"
|
|
|
|
extraFiles:
|
|
|
|
- from: "../LICENSE"
|
|
|
|
to: "LICENSE"
|
|
|
|
|
|
|
|
linux:
|
2022-07-18 09:55:05 +08:00
|
|
|
icon: "src/assets/icon.png"
|
2022-05-26 15:18:53 +08:00
|
|
|
category: "Utility"
|
2024-06-03 01:01:58 +08:00
|
|
|
executableName: "siyuan"
|
2024-06-03 00:58:36 +08:00
|
|
|
desktop: {
|
|
|
|
"Name": "SiYuan",
|
|
|
|
"Comment": "Refactor your thinking",
|
2024-06-03 01:32:30 +08:00
|
|
|
"Icon": "src/assets/icon256.png",
|
2024-06-03 00:58:36 +08:00
|
|
|
"Type": "Application",
|
|
|
|
"Categories": "Utility;"
|
|
|
|
}
|
2022-05-26 15:18:53 +08:00
|
|
|
extraResources:
|
|
|
|
- from: "kernel-linux"
|
|
|
|
to: "kernel"
|
|
|
|
target:
|
|
|
|
- target: "tar.gz"
|
|
|
|
- target: "AppImage"
|
2024-06-03 00:02:56 +08:00
|
|
|
- target: "deb"
|
2022-05-26 15:18:53 +08:00
|
|
|
|
|
|
|
extraResources:
|
2023-04-06 21:56:52 +08:00
|
|
|
- from: "changelogs"
|
|
|
|
to: "changelogs"
|
2022-05-26 15:18:53 +08:00
|
|
|
- from: "stage"
|
|
|
|
to: "stage"
|
|
|
|
- from: "guide"
|
|
|
|
to: "guide"
|
|
|
|
filter: "!**/{.DS_Store,.git,.gitignore,.idea}"
|
2023-06-23 12:07:40 +08:00
|
|
|
- from: "appearance/boot"
|
|
|
|
to: "appearance/boot"
|
|
|
|
filter: "!**/{.DS_Store}"
|
2022-05-26 15:18:53 +08:00
|
|
|
- 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}"
|
2024-01-23 17:03:09 +08:00
|
|
|
- from: "src/assets/fonts"
|
2023-12-27 11:23:37 +08:00
|
|
|
to: "appearance/fonts"
|
|
|
|
filter: "!**/{.DS_Store}"
|
2022-09-07 10:30:25 +08:00
|
|
|
- from: "pandoc/pandoc-linux-amd64.zip"
|
|
|
|
to: "pandoc.zip"
|