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