fix: latency cache staleness, reduce duplicate probes, fix CI arch detection and nfpm compression
Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build aarch64-pc-windows-msvc (push) Has been cancelled
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build x86_64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-msvc (push) Has been cancelled
Release / Create GitHub Release (push) Has been cancelled

This commit is contained in:
2026-06-03 21:16:42 +08:00
parent 285a2049cc
commit 721b659b4b
6 changed files with 77 additions and 24 deletions
+10
View File
@@ -7,6 +7,16 @@
#define MyAppURL "https://github.com/Rain-Bus/sshell"
#define MyAppExeName "sshell.exe"
#if GetEnv("SSH_TARGET") == "aarch64-pc-windows-msvc"
#define MyArch "arm64"
#define MyArchAllowed "arm64"
#define MyArchInstall64 "arm64"
#else
#define MyArch "x64compatible"
#define MyArchAllowed "x64compatible"
#define MyArchInstall64 "x64compatible"
#endif
[Setup]
AppId={{sshell-2024-1}
AppName={#MyAppName}