File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
winget/Zxilly/NotifyCli/0.1.1 Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,7 @@ linker = "aarch64-linux-gnu-gcc"
5
5
linker = "mipsel-linux-gnu-gcc"
6
6
7
7
[target.mips64-unknown-linux-gnuabi64]
8
- linker = "mips64-linux-gnuabi64-gcc"
8
+ linker = "mips64-linux-gnuabi64-gcc"
9
+
10
+ [target.'cfg(all(windows, target_env = "msvc"))']
11
+ rustflags = ["-C", "target-feature=+crt-static"]
Original file line number Diff line number Diff line change 1
1
PackageIdentifier : Zxilly.NotifyCli
2
- PackageVersion : 0.1.0
2
+ PackageVersion : 0.1.1
3
3
InstallerLocale : en-US
4
4
InstallerType : portable
5
5
InstallModes :
@@ -9,10 +9,10 @@ Commands:
9
9
ReleaseDate : 2022-11-11
10
10
Installers :
11
11
- Architecture : x64
12
- InstallerUrl : https://github.com/ZNotify/cli/releases/download/latest /znotify-x86_64-pc-windows-msvc.exe
12
+ InstallerUrl : https://github.com/ZNotify/cli/releases/download/0.1.1 /znotify-x86_64-pc-windows-msvc.exe
13
13
InstallerSha256 : FD9599A14EC032FED1D41321466D01EC23826FF1592DBD03A97EC16D6541CDAA
14
14
- Architecture : arm64
15
- InstallerUrl : https://github.com/ZNotify/cli/releases/download/latest /znotify-aarch64-pc-windows-msvc.exe
15
+ InstallerUrl : https://github.com/ZNotify/cli/releases/download/0.1.1 /znotify-aarch64-pc-windows-msvc.exe
16
16
InstallerSha256 : C6D03959978B374991CD3CDC53BB788D7D1B977D959DD3D76A68792F08F7A9BA
17
17
ManifestType : installer
18
18
ManifestVersion : 1.2.0
Original file line number Diff line number Diff line change 1
1
PackageIdentifier : Zxilly.NotifyCli
2
- PackageVersion : 0.1.0
2
+ PackageVersion : 0.1.1
3
3
PackageLocale : en-US
4
4
Publisher : ZNotify
5
5
PublisherUrl : https://github.com/ZNotify
Original file line number Diff line number Diff line change 1
1
PackageIdentifier : Zxilly.NotifyCli
2
- PackageVersion : 0.1.0
2
+ PackageVersion : 0.1.1
3
3
DefaultLocale : en-US
4
4
ManifestType : version
5
5
ManifestVersion : 1.2.0
You can’t perform that action at this time.
0 commit comments