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
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:
+10
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user