We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170b020 commit bc973e1Copy full SHA for bc973e1
eget.nimble
@@ -2,7 +2,7 @@ import strformat
2
3
# Package
4
5
-version = "1.2.1"
+version = "1.2.2"
6
author = "timwedde"
7
description = "A tiny helper to access scoped environment variables."
8
license = "MIT"
@@ -48,4 +48,3 @@ task build_windows_i386, "Builds for Windows (i386)":
48
exec("nimble build -d:danger --opt:size --mm:orc -d:mingw --cpu:i386 -d:strip -y")
49
exec("mkdir -p bin/i386/windows && mv eget.exe bin/i386/windows")
50
exec("upx --best bin/i386/windows/*")
51
-
0 commit comments