Skip to content

Commit

Permalink
通过 WSL kali 继续 linux amd64 平台支持 #850
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Jul 21, 2024
1 parent e28623a commit 9977b96
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,27 +147,27 @@ jobs:
# suffix 需要与 electron builder 配置中的 artifactName 匹配
config:
- os: ubuntu-20.04
name: ubuntu build linux.AppImage
name: ubuntu build linux-x86_64.AppImage
kernel_path_upx: "app/kernel-linux/SiYuan-Sillot-Kernel"
kernel_path: "../app/kernel-linux/SiYuan-Sillot-Kernel"
build_args_prefix: "-s -w -X"
build_args_suffix: "Mode=prod"
electron_args: "dist-linux"
goos: "linux"
goarch: "amd64"
suffix: "linux-amd64.AppImage"
suffix: "linux-x86_64.AppImage"
- os: ubuntu-20.04
name: ubuntu build linux.tar.gz
name: ubuntu build linux-x64.tar.gz
kernel_path_upx: "app/kernel-linux/SiYuan-Sillot-Kernel"
kernel_path: "../app/kernel-linux/SiYuan-Sillot-Kernel"
build_args_prefix: "-s -w -X"
build_args_suffix: "Mode=prod"
electron_args: "dist-linux"
goos: "linux"
goarch: "amd64"
suffix: "linux-amd64.tar.gz"
suffix: "linux-x64.tar.gz"
- os: windows-latest
name: windows build win.exe
name: windows build win-x64.exe
kernel_path_upx: "app/kernel/SiYuan-Sillot-Kernel.exe"
kernel_path: "../app/kernel/SiYuan-Sillot-Kernel.exe"
build_args_prefix: "-s -w -H=windowsgui -X"
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions/Sillot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sillot",
"displayName": "汐洛 Sillot",
"description": "汐洛彖夲肜矩阵(Sillot T☳Converbenk Matrix)为智慧新彖务服务。此插件为汐洛官方插件,提供多功能一体化集成。",
"version": "0.35.24072020-dev4",
"version": "0.35.24072020-dev5",
"preview": true,
"repository": "https://github.com/Hi-Windom/Sillot",
"publisher": "Hi-Windom",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sillot",
"version": "0.35.24072020-dev4",
"version": "0.35.24072020-dev5",
"syv": "3.1.2",
"sypv": "[3.0.16, 3.0.17, 3.1.0, 3.1.1]",
"description": "Build Your Eternal Digital Garden",
Expand Down
2 changes: 1 addition & 1 deletion docs/starlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "starlight",
"type": "module",
"version": "0.35.24072020-dev4",
"version": "0.35.24072020-dev5",
"scripts": {
"test": "echo 'Test your sister day by day'",
"dev": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sillot-workspace",
"version": "0.35.24072020-dev4",
"version": "0.35.24072020-dev5",
"description": "汐洛 pnpm 工作区",
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 9977b96

Please sign in to comment.